public static int Main() { StringTrim1 st1 = new StringTrim1(); TestLibrary.TestFramework.BeginTestCase("StringTrim1"); if (st1.RunTests()) { TestLibrary.TestFramework.EndTestCase(); TestLibrary.TestFramework.LogInformation("PASS"); return 100; } else { TestLibrary.TestFramework.EndTestCase(); TestLibrary.TestFramework.LogInformation("FAIL"); return 0; } }
public static int Main() { StringTrim1 st1 = new StringTrim1(); TestLibrary.TestFramework.BeginTestCase("StringTrim1"); if (st1.RunTests()) { TestLibrary.TestFramework.EndTestCase(); TestLibrary.TestFramework.LogInformation("PASS"); return(100); } else { TestLibrary.TestFramework.EndTestCase(); TestLibrary.TestFramework.LogInformation("FAIL"); return(0); } }
public static int Main() { StringTrim1 st1 = new StringTrim1(); TestLibrary.TestFramework.BeginTestCase("StringTrim1"); //while (st1.RunTests()) //{ // Console.WriteLine(")"); //} //return 100; if (st1.RunTests()) { TestLibrary.TestFramework.EndTestCase(); TestLibrary.TestFramework.LogInformation("PASS"); return 100; } else { TestLibrary.TestFramework.EndTestCase(); TestLibrary.TestFramework.LogInformation("FAIL"); return 0; } }
public static int Main() { StringTrim1 st1 = new StringTrim1(); TestLibrary.TestFramework.BeginTestCase("StringTrim1"); //while (st1.RunTests()) //{ // Console.WriteLine(")"); //} //return 100; if (st1.RunTests()) { TestLibrary.TestFramework.EndTestCase(); TestLibrary.TestFramework.LogInformation("PASS"); return(100); } else { TestLibrary.TestFramework.EndTestCase(); TestLibrary.TestFramework.LogInformation("FAIL"); return(0); } }