コード例 #1
0
 public static void RunFromIterface(IIterface obj)
 {
     obj.MethodFromIIterface();
 }
コード例 #2
0
 public ClassThatUsesMockedClass(IIterface other)
 {
     _other = other;
 }
コード例 #3
0
 public static void RunFromIterface(IIterface obj)
 {
     obj.MethodFromIIterface();
 }