public static void RunFromIterface(IIterface obj)
 {
     obj.MethodFromIIterface();
 }
Beispiel #2
0
 public ClassThatUsesMockedClass(IIterface other)
 {
     _other = other;
 }
 public static void RunFromIterface(IIterface obj)
 {
     obj.MethodFromIIterface();
 }