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