public static void SafeMemoryMappedViewHandleAccessorTestCases()
    {
        bool bResult = false;
        MMVA_get_SafeMemoryMappedViewHandle test = new MMVA_get_SafeMemoryMappedViewHandle();

        try
        {
            bResult = test.runTest();
        }
        catch (Exception exc_main)
        {
            bResult = false;
            Console.WriteLine("Fail! Error Err_9999zzz! Uncaught Exception in main(), exc_main==" + exc_main.ToString());
        }

        Assert.True(bResult, "One or more test cases failed.");
    }
Example #2
0
    public static void SafeMemoryMappedViewHandleAccessorTestCases()
    {
        bool bResult = false;
        MMVA_get_SafeMemoryMappedViewHandle test = new MMVA_get_SafeMemoryMappedViewHandle();

        try
        {
            bResult = test.runTest();
        }
        catch (Exception exc_main)
        {
            bResult = false;
            Console.WriteLine("Fail! Error Err_9999zzz! Uncaught Exception in main(), exc_main==" + exc_main.ToString());
        }

        Assert.True(bResult, "One or more test cases failed.");
    }