Ejemplo n.º 1
0
 public void testExtSimpleAndClashImplementation1_2()
 {
     IClashInterface2 x = new ExtSimpleAndClashImplementation1();
     AssertEquals(x.FooInt(), 2);
 }
Ejemplo n.º 2
0
 public void testExtSimpleAndClashImplementation1_1()
 {
     IExtSimpleInterface x = new ExtSimpleAndClashImplementation1();
     AssertEquals(x.FooInt(), 100);
 }