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
Some matchers will require me to actually call the setup expression, for this I will need to generate a special version of the pretend interface that can be called and can return the captured arguments.
Right before I call the setup expression I need to setup a listener something like:
varcapturer=SpecialClass();MatcherListener.StartListening();setupExpression(capturer);varmatcherCaptures=MatcherListener.EndListening();varargumentCaptures=capturer.Retrieve();// Do matching
The text was updated successfully, but these errors were encountered:
Some matchers will require me to actually call the setup expression, for this I will need to generate a special version of the pretend interface that can be called and can return the captured arguments.
Right before I call the setup expression I need to setup a listener something like:
The text was updated successfully, but these errors were encountered: