Пример #1
0
    public static int Main()
    {
        StackBehaviourPopi_popi8 test = new StackBehaviourPopi_popi8();

        TestLibrary.TestFramework.BeginTestCase("StackBehaviourPopi_popi8");

        if (test.RunTests())
        {
            TestLibrary.TestFramework.EndTestCase();
            TestLibrary.TestFramework.LogInformation("PASS");
            return 100;
        }
        else
        {
            TestLibrary.TestFramework.EndTestCase();
            TestLibrary.TestFramework.LogInformation("FAIL");
            return 6;
        }
    }
    public static int Main()
    {
        StackBehaviourPopi_popi8 test = new StackBehaviourPopi_popi8();

        TestLibrary.TestFramework.BeginTestCase("StackBehaviourPopi_popi8");

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