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
but since I don't want it called I don't want any return value defined!!
I know I could simply leave the callable unmocked and let StrictMock fail in such an event, but the error message is confusing - I really want it to notify that there is an unwanted call, instead of something I forgot to mock away.
The text was updated successfully, but these errors were encountered:
I'm using
TestSlide
version: 2.6.3Given:
should work. I currently need:
but since I don't want it called I don't want any return value defined!!
I know I could simply leave the callable unmocked and let
StrictMock
fail in such an event, but the error message is confusing - I really want it to notify that there is an unwanted call, instead of something I forgot to mock away.The text was updated successfully, but these errors were encountered: