public static int Main() { UInt32ToString2 ui32ts2 = new UInt32ToString2(); TestLibrary.TestFramework.BeginTestCase("UInt32ToString2"); if (ui32ts2.RunTests()) { TestLibrary.TestFramework.EndTestCase(); TestLibrary.TestFramework.LogInformation("PASS"); return 100; } else { TestLibrary.TestFramework.EndTestCase(); TestLibrary.TestFramework.LogInformation("FAIL"); return 0; } }
public static int Main() { UInt32ToString2 ui32ts2 = new UInt32ToString2(); TestLibrary.TestFramework.BeginTestCase("UInt32ToString2"); if (ui32ts2.RunTests()) { TestLibrary.TestFramework.EndTestCase(); TestLibrary.TestFramework.LogInformation("PASS"); return(100); } else { TestLibrary.TestFramework.EndTestCase(); TestLibrary.TestFramework.LogInformation("FAIL"); return(0); } }