public static int Main() { ConvertToDouble5 testObj = new ConvertToDouble5(); TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToDouble(System.Double)"); if (testObj.RunTests()) { TestLibrary.TestFramework.EndTestCase(); TestLibrary.TestFramework.LogInformation("PASS"); return(100); } else { TestLibrary.TestFramework.EndTestCase(); TestLibrary.TestFramework.LogInformation("FAIL"); return(0); } }
public static int Main() { ConvertToDouble5 testObj = new ConvertToDouble5(); TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToDouble(System.Double)"); if (testObj.RunTests()) { TestLibrary.TestFramework.EndTestCase(); TestLibrary.TestFramework.LogInformation("PASS"); return 100; } else { TestLibrary.TestFramework.EndTestCase(); TestLibrary.TestFramework.LogInformation("FAIL"); return 0; } }