示例#1
0
 public MFTestResults ValueArray09_Test()
 {
     Log.Comment(" Section 4.1");
     Log.Comment(" bool is an alias for System.Boolean");
     if (ValueArrayTestClass09.testMethod())
     {
         return(MFTestResults.Pass);
     }
     return(MFTestResults.Fail);
 }
示例#2
0
 public void ValueArray09_Test()
 {
     OutputHelper.WriteLine(" Section 4.1");
     OutputHelper.WriteLine(" bool is an alias for System.Boolean");
     ValueArrayTestClass09.testMethod();
 }