Exemplo n.º 1
0
 public MFTestResults Boxingdouble_Test()
 {
     if (BoxingTestClassdouble.testMethod())
     {
         return(MFTestResults.Pass);
     }
     return(MFTestResults.Fail);
 }
 public void Boxingdouble_Test()
 {
     Assert.True(BoxingTestClassdouble.testMethod());
 }