public MFTestResults Lexical_preproc_03_Test() { Log.Comment("Section 2.3 Preprocessing"); Log.Comment("#define/#undef - verify #define works"); if (Lexical_TestClass_preproc_03.testMethod()) { return(MFTestResults.Pass); } return(MFTestResults.Fail); }
public void Lexical_preproc_03_Test() { OutputHelper.WriteLine("Section 2.3 Preprocessing"); OutputHelper.WriteLine("#define/#undef - verify #define works"); Assert.True(Lexical_TestClass_preproc_03.testMethod()); }