public MFTestResults Constructors64_Test()
 {
     //Ported from Const64.cs
     Log.Comment("Instance constructors, destructors, and static constructors are not inherited");
     if (ConstructorsTestClass64.testMethod())
     {
         return(MFTestResults.Pass);
     }
     return(MFTestResults.Fail);
 }
Esempio n. 2
0
 public void Constructors64_Test()
 {
     //Ported from Const64.cs
     OutputHelper.WriteLine("Instance constructors, destructors, and static constructors are not inherited");
     Assert.True(ConstructorsTestClass64.testMethod());
 }