Ejemplo n.º 1
0
        public void testExtSimpleAndClashImplementation2_2()
        {
            IClashInterface2 x = new ExtSimpleAndClashImplementation2();

            AssertEquals(x.FooInt(), 2);
        }
Ejemplo n.º 2
0
        public void testExtSimpleAndClashImplementation2_1()
        {
            IExtSimpleInterface x = new ExtSimpleAndClashImplementation2();

            AssertEquals(x.FooInt(), 100);
        }