コード例 #1
0
    public static int Main()
    {
        ArrayBinarySearch1 ArrayBinarySearch1 = new ArrayBinarySearch1();

        TestLibrary.TestFramework.BeginTestCase("ArrayBinarySearch1");
        if (ArrayBinarySearch1.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()
    {
        ArrayBinarySearch1 ArrayBinarySearch1 = new ArrayBinarySearch1();

        TestLibrary.TestFramework.BeginTestCase("ArrayBinarySearch1");
        if (ArrayBinarySearch1.RunTests())
        {
            TestLibrary.TestFramework.EndTestCase();
            TestLibrary.TestFramework.LogInformation("PASS");
            return 100;
        }
        else
        {
            TestLibrary.TestFramework.EndTestCase();
            TestLibrary.TestFramework.LogInformation("FAIL");
            return 0;
        }
    }
コード例 #3
0
    public static int Main()
    {
        ArrayBinarySearch1 ac = new ArrayBinarySearch1();

        TestLibrary.TestFramework.BeginTestCase("Array.BinarySearch(Array, int, int, object, IComparer)");

        if (ac.RunTests())
        {
            TestLibrary.TestFramework.EndTestCase();
            TestLibrary.TestFramework.LogInformation("PASS");
            return(100);
        }
        else
        {
            TestLibrary.TestFramework.EndTestCase();
            TestLibrary.TestFramework.LogInformation("FAIL");
            return(0);
        }
    }
コード例 #4
0
    public static int Main()
    {
        ArrayBinarySearch1 ac = new ArrayBinarySearch1();

        TestLibrary.TestFramework.BeginTestCase("Array.BinarySearch(Array, int, int, object, IComparer)");

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