public static int Main() { CharIsLetterOrDigit testObj = new CharIsLetterOrDigit(); TestLibrary.TestFramework.BeginTestCase("for method: Char.IsLetterOrDigit(Char)"); if (testObj.RunTests()) { TestLibrary.TestFramework.EndTestCase(); TestLibrary.TestFramework.LogInformation("PASS"); return 100; } else { TestLibrary.TestFramework.EndTestCase(); TestLibrary.TestFramework.LogInformation("FAIL"); return 0; } }
public static int Main() { CharIsLetterOrDigit testObj = new CharIsLetterOrDigit(); TestLibrary.TestFramework.BeginTestCase("for method: char.IsLetterOrDigit(string, int)"); if (testObj.RunTests()) { TestLibrary.TestFramework.EndTestCase(); TestLibrary.TestFramework.LogInformation("PASS"); return(100); } else { TestLibrary.TestFramework.EndTestCase(); TestLibrary.TestFramework.LogInformation("FAIL"); return(0); } }