Beispiel #1
0
    //private long c_INT64_MinValue_16 = 0x8000000000000000;
    public static int Main()
    {
        Int64MinValue int64Min = new Int64MinValue();

        TestLibrary.TestFramework.BeginTestCase("Int64MinValue");

        if (int64Min.RunTests())
        {
            TestLibrary.TestFramework.EndTestCase();
            TestLibrary.TestFramework.LogInformation("PASS");
            return(100);
        }
        else
        {
            TestLibrary.TestFramework.EndTestCase();
            TestLibrary.TestFramework.LogInformation("FAIL");
            return(0);
        }
    }
Beispiel #2
0
    //private long c_INT64_MinValue_16 = 0x8000000000000000;
    public static int Main()
    {
        Int64MinValue int64Min = new Int64MinValue();

        TestLibrary.TestFramework.BeginTestCase("Int64MinValue");

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