You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per now, the framework relies on a toString call from the object under verification so it can be written in a file.
In some cases, that might not be convenient (if the toString method is already used for something else, or not providing the information you'd like). The framework should allow to specify a formatter function for that.
As per now, the framework relies on a
toString
call from the object under verification so it can be written in a file.In some cases, that might not be convenient (if the
toString
method is already used for something else, or not providing the information you'd like). The framework should allow to specify a formatter function for that.For example:
Should allow to format the output not calling
toString
from the provided object, but calling the formatter function instead.The text was updated successfully, but these errors were encountered: