c# - Check that all the shims defined within a ShimsContext have been called -



c# - Check that all the shims defined within a ShimsContext have been called -

is there way before end of shims context block ascertain shims defined in block have been called (without adding flag shim itself)?

using (var shimscontext = shimscontext.create()) { lib.fakes.shimblah.foo = ... // execute code calls foo // check foo has been called }

c# microsoft-fakes

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -