Exemple #1
0
    public static void DisposeTestCases()
    {
        bool        bResult = false;
        MMF_Dispose test    = new MMF_Dispose();

        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.");
    }
Exemple #2
0
    public static void DisposeTestCases()
    {
        bool bResult = false;
        MMF_Dispose test = new MMF_Dispose();

        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.");
    }