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

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -