Example #1
0
    public static void SetLengthTestCases()
    {
        bool           bResult = false;
        MMVS_SetLength test    = new MMVS_SetLength();

        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 SetLengthTestCases()
    {
        bool bResult = false;
        MMVS_SetLength test = new MMVS_SetLength();

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