Exemple #1
0
 public void testExtSimpleAndClashImplementation2_2()
 {
     IClashInterface2 x = new ExtSimpleAndClashImplementation2();
     AssertEquals(x.FooInt(), 2);
 }
Exemple #2
0
 public void testExtSimpleAndClashImplementation2_1()
 {
     IExtSimpleInterface x = new ExtSimpleAndClashImplementation2();
     AssertEquals(x.FooInt(), 100);
 }