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