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