public void SetUp(int index, IMethodCaller mc)
 {
     mc.SetMethod(new MethodCall(), CallCount(index));
 }
Example #2
0
 public void SetUp(int index, IMethodCaller mc)
 {
     mc.SetMethod(new MethodCall(), CallCount(index));
 }