Exemple #1
0
        public void testExtSimpleAndClashImplementation1_2()
        {
            IClashInterface2 x = new ExtSimpleAndClashImplementation1();

            AssertEquals(x.FooInt(), 2);
        }
Exemple #2
0
        public void testExtSimpleAndClashImplementation1_1()
        {
            IExtSimpleInterface x = new ExtSimpleAndClashImplementation1();

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