Ejemplo n.º 1
0
    public static void ExecuteQueue_ctor_int_float()
    {
        bool bResult = false;
        var test = new Queue_ctor_int_float();

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

        Assert.True(bResult);
    }
Ejemplo n.º 2
0
    public static void ExecuteQueue_ctor_int_float()
    {
        bool bResult = false;
        var  test    = new Queue_ctor_int_float();

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

        Assert.True(bResult);
    }