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
It would be nice if the failed expection of method calling will be extended with the class, which has this function. Sometimes their are some function names in mocked classes. The now existing error message will not say which expectation is not fulfilled.
Message right now:
Expectation failed for method name is equal to 'map' when invoked 1 time(s).
Method was expected to be called 1 times, actually called 0 times.
Better message:
Expectation failed for class `'ResponseMapper' with method name is equal to 'map' when invoked 1 time(s).
Method was expected to be called 1 times, actually called 0 times.
It would be nice if the failed expection of method calling will be extended with the class, which has this function. Sometimes their are some function names in mocked classes. The now existing error message will not say which expectation is not fulfilled.
Message right now:
Better message:
Code example:
The text was updated successfully, but these errors were encountered: