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

        TestLibrary.TestFramework.BeginTestCase("StackBehaviourPopref_popi_popr8");

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

        TestLibrary.TestFramework.BeginTestCase("StackBehaviourPopref_popi_popr8");

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