public static int Main()
    {
        StackBehaviourPopi_popr4 test = new StackBehaviourPopi_popr4();

        TestLibrary.TestFramework.BeginTestCase("StackBehaviourPopi_popr4");

        if (test.RunTests())
        {
            TestLibrary.TestFramework.EndTestCase();
            TestLibrary.TestFramework.LogInformation("PASS");
            return 100;
        }
        else
        {
            TestLibrary.TestFramework.EndTestCase();
            TestLibrary.TestFramework.LogInformation("FAIL");
            return 8;
        }
    }
예제 #2
0
    public static int Main()
    {
        StackBehaviourPopi_popr4 test = new StackBehaviourPopi_popr4();

        TestLibrary.TestFramework.BeginTestCase("StackBehaviourPopi_popr4");

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