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
Is there a way to cleanly get someMock.EXEPCT().DoSomething().Times(value)
where value can be 0 or 1? I don't seem to be able to get the 0 case to work.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Preface, I'm not a fan of doing this, but I need to support others who are trying to have clean code.
Is there a way to cleanly get
someMock.EXEPCT().DoSomething().Times(value)where value can be 0 or 1? I don't seem to be able to get the 0 case to work.
Beta Was this translation helpful? Give feedback.
All reactions