public static int Main() { StringInsert si = new StringInsert(); TestLibrary.TestFramework.BeginTestCase("for method: System.String.Insert(Int32, string)"); if (si.RunTests()) { TestLibrary.TestFramework.EndTestCase(); TestLibrary.TestFramework.LogInformation("PASS"); return 100; } else { TestLibrary.TestFramework.EndTestCase(); TestLibrary.TestFramework.LogInformation("FAIL"); return 0; } }
public static int Main() { StringInsert si = new StringInsert(); TestLibrary.TestFramework.BeginTestCase("for method: System.String.Insert(Int32, string)"); if (si.RunTests()) { TestLibrary.TestFramework.EndTestCase(); TestLibrary.TestFramework.LogInformation("PASS"); return(100); } else { TestLibrary.TestFramework.EndTestCase(); TestLibrary.TestFramework.LogInformation("FAIL"); return(0); } }