예제 #1
0
    public static int Main()
    {
        ArrayLastIndexOf1 ac = new ArrayLastIndexOf1();

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

        if (ac.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()
    {
        ArrayLastIndexOf1 ac = new ArrayLastIndexOf1();

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

        if (ac.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()
    {
        ArrayLastIndexOf1 test = new ArrayLastIndexOf1();

        TestLibrary.TestFramework.BeginTestCase("ArrayLastIndexOf1");

        if (test.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()
    {
        ArrayLastIndexOf1 test = new ArrayLastIndexOf1();

        TestLibrary.TestFramework.BeginTestCase("ArrayLastIndexOf1");

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