//public bool NegTest1()

    //{

    //    bool retVal = true;



    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");



    //    try

    //    {

    //          //

    //          // Add your test logic here

    //          //

    //    }

    //    catch (Exception e)

    //    {

    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);

    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);

    //        retVal = false;

    //    }



    //    return retVal;

    //}

    #endregion

    #endregion



    public static int Main()
    {
        StringComparerGetType test = new StringComparerGetType();



        TestLibrary.TestFramework.BeginTestCase("StringComparerGetType");



        if (test.RunTests())
        {
            TestLibrary.TestFramework.EndTestCase();

            TestLibrary.TestFramework.LogInformation("PASS");

            return(100);
        }

        else
        {
            TestLibrary.TestFramework.EndTestCase();

            TestLibrary.TestFramework.LogInformation("FAIL");

            return(0);
        }
    }
    //public bool NegTest1()

    //{

    //    bool retVal = true;



    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");



    //    try

    //    {

    //          //

    //          // Add your test logic here

    //          //

    //    }

    //    catch (Exception e)

    //    {

    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);

    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);

    //        retVal = false;

    //    }



    //    return retVal;

    //}

    #endregion

    #endregion



    public static int Main()
    {

        StringComparerGetType test = new StringComparerGetType();



        TestLibrary.TestFramework.BeginTestCase("StringComparerGetType");



        if (test.RunTests())
        {

            TestLibrary.TestFramework.EndTestCase();

            TestLibrary.TestFramework.LogInformation("PASS");

            return 100;

        }

        else
        {

            TestLibrary.TestFramework.EndTestCase();

            TestLibrary.TestFramework.LogInformation("FAIL");

            return 0;

        }

    }