public MFTestResults ValueArray06_Test()
 {
     Log.Comment(" Section 4.1");
     Log.Comment(" float is an alias for System.Single");
     if (ValueArrayTestClass06.testMethod())
     {
         return(MFTestResults.Pass);
     }
     return(MFTestResults.Fail);
 }
Beispiel #2
0
 public void ValueArray06_Test()
 {
     OutputHelper.WriteLine(" Section 4.1");
     OutputHelper.WriteLine(" float is an alias for System.Single");
     ValueArrayTestClass06.testMethod();
 }