public static int Main()
    {
        ConvertToString18 testObj = new ConvertToString18();

        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToString(System.Int32,System.Int32)");
        if (testObj.RunTests())
        {
            TestLibrary.TestFramework.EndTestCase();
            TestLibrary.TestFramework.LogInformation("PASS");
            return 100;
        }
        else
        {
            TestLibrary.TestFramework.EndTestCase();
            TestLibrary.TestFramework.LogInformation("FAIL");
            return 0;
        }
    }
Exemple #2
0
    public static int Main()
    {
        ConvertToString18 testObj = new ConvertToString18();

        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToString(System.Int32,System.Int32)");
        if (testObj.RunTests())
        {
            TestLibrary.TestFramework.EndTestCase();
            TestLibrary.TestFramework.LogInformation("PASS");
            return(100);
        }
        else
        {
            TestLibrary.TestFramework.EndTestCase();
            TestLibrary.TestFramework.LogInformation("FAIL");
            return(0);
        }
    }