Пример #1
0
 public MFTestResults Impref_class_inter_Test()
 {
     Log.Comment(" Tests that you can convert from a class to an interface that it implements. ");
     if (ImprefTestClass_class_inter.testMethod())
     {
         return(MFTestResults.Pass);
     }
     return(MFTestResults.Fail);
 }
 public void Impref_class_inter_Test()
 {
     OutputHelper.WriteLine(" Tests that you can convert from a class to an interface that it implements. ");
     Assert.True(ImprefTestClass_class_inter.testMethod());
 }