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

        TestLibrary.TestFramework.BeginTestCase("StackBehaviourPopref_popi_pop1");

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

        TestLibrary.TestFramework.BeginTestCase("StackBehaviourPopref_popi_pop1");

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