Ejemplo n.º 1
0
 public MFTestResults Lexical_preproc_32_Test()
 {
     Log.Comment("Section 2.3 Preprocessing");
     Log.Comment("Verify the usage of #elif");
     if (Lexical_TestClass_preproc_32.testMethod())
     {
         return(MFTestResults.Pass);
     }
     return(MFTestResults.Fail);
 }
 public void Lexical_preproc_32_Test()
 {
     OutputHelper.WriteLine("Section 2.3 Preprocessing");
     OutputHelper.WriteLine("Verify the usage of #elif");
     Assert.True(Lexical_TestClass_preproc_32.testMethod());
 }