Exemplo n.º 1
0
 public MFTestResults Impref_array_array_Test()
 {
     Log.Comment(" Tests that you can convert from an array of one class to an array of another class...");
     if (ImprefTestClass_array_array.testMethod())
     {
         return(MFTestResults.Pass);
     }
     return(MFTestResults.Fail);
 }
 public void Impref_array_array_Test()
 {
     OutputHelper.WriteLine(" Tests that you can convert from an array of one class to an array of another class...");
     Assert.True(ImprefTestClass_array_array.testMethod());
 }