Example #1
0
 public void TestTowLevelsInheritance()
 {
     InheritanceTest02 instance = new InheritanceTest02();
     Assert.IsTrue(instance.inCtor1);
     Assert.IsTrue(instance.inCtor2);
     instance.Release();
 }