Exemple #1
0
    public static int Main()
    {
        StringTrim1 st1 = new StringTrim1();
        TestLibrary.TestFramework.BeginTestCase("StringTrim1");

        if (st1.RunTests())
        {
            TestLibrary.TestFramework.EndTestCase();
            TestLibrary.TestFramework.LogInformation("PASS");
            return 100;
        }
        else
        {
            TestLibrary.TestFramework.EndTestCase();
            TestLibrary.TestFramework.LogInformation("FAIL");
            return 0;
        }
    }
Exemple #2
0
    public static int Main()
    {
        StringTrim1 st1 = new StringTrim1();

        TestLibrary.TestFramework.BeginTestCase("StringTrim1");

        if (st1.RunTests())
        {
            TestLibrary.TestFramework.EndTestCase();
            TestLibrary.TestFramework.LogInformation("PASS");
            return(100);
        }
        else
        {
            TestLibrary.TestFramework.EndTestCase();
            TestLibrary.TestFramework.LogInformation("FAIL");
            return(0);
        }
    }
Exemple #3
0
 public static int Main()
 {
     StringTrim1 st1 = new StringTrim1();
     TestLibrary.TestFramework.BeginTestCase("StringTrim1");
     //while (st1.RunTests())
     //{
     //    Console.WriteLine(")");
     //}
     //return 100;
     if (st1.RunTests())
     {
         TestLibrary.TestFramework.EndTestCase();
         TestLibrary.TestFramework.LogInformation("PASS");
         return 100;
     }
     else
     {
         TestLibrary.TestFramework.EndTestCase();
         TestLibrary.TestFramework.LogInformation("FAIL");
         return 0;
     }
 }
Exemple #4
0
    public static int Main()
    {
        StringTrim1 st1 = new StringTrim1();

        TestLibrary.TestFramework.BeginTestCase("StringTrim1");
        //while (st1.RunTests())
        //{
        //    Console.WriteLine(")");
        //}
        //return 100;
        if (st1.RunTests())
        {
            TestLibrary.TestFramework.EndTestCase();
            TestLibrary.TestFramework.LogInformation("PASS");
            return(100);
        }
        else
        {
            TestLibrary.TestFramework.EndTestCase();
            TestLibrary.TestFramework.LogInformation("FAIL");
            return(0);
        }
    }