public MFTestResults Lexical_preproc_31_Test()
 {
     Log.Comment("Section 2.3 Preprocessing");
     Log.Comment("Verifying comments and #preprocessor items");
     if (Lexical_TestClass_preproc_31.testMethod())
     {
         return(MFTestResults.Pass);
     }
     return(MFTestResults.Fail);
 }
 public void Lexical_preproc_31_Test()
 {
     OutputHelper.WriteLine("Section 2.3 Preprocessing");
     OutputHelper.WriteLine("Verifying comments and #preprocessor items");
     Assert.True(Lexical_TestClass_preproc_31.testMethod());
 }