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