예제 #1
0
    public static int Main(string[] args)
    {
        MathMin1 min1 = new MathMin1();
        TestLibrary.TestFramework.BeginTestCase("Testing System.Math.Min(System.Byte,System.Byte)...");

        if (min1.RunTests())
        {
            TestLibrary.TestFramework.EndTestCase();
            TestLibrary.TestFramework.LogInformation("PASS");
            return 100;
        }
        else
        {
            TestLibrary.TestFramework.EndTestCase();
            TestLibrary.TestFramework.LogInformation("FAIL");
            return 0;
        }
    }
예제 #2
0
    public static int Main(string[] args)
    {
        MathMin1 min1 = new MathMin1();

        TestLibrary.TestFramework.BeginTestCase("Testing System.Math.Min(System.Byte,System.Byte)...");

        if (min1.RunTests())
        {
            TestLibrary.TestFramework.EndTestCase();
            TestLibrary.TestFramework.LogInformation("PASS");
            return(100);
        }
        else
        {
            TestLibrary.TestFramework.EndTestCase();
            TestLibrary.TestFramework.LogInformation("FAIL");
            return(0);
        }
    }