Пример #1
0
    public static void Main()
    {
        Boolean bResult = new Co3967WrapperTests().runTest();

        if (!bResult)
        {
            Console.WriteLine("Path: " + s_strTFName + s_strTFPath);
            Console.WriteLine(" ");
            Console.WriteLine("FAiL!  " + s_strTFAbbrev);
            Console.WriteLine(" ");
        }
        if (bResult)
        {
            Environment.ExitCode = 0;
        }
        else
        {
            Environment.ExitCode = 1;
        }
    }
Пример #2
0
 public static void Main()
 {
     Boolean bResult = new Co3967WrapperTests().runTest();
     if (!bResult)
     {
         Console.WriteLine ("Path: "+s_strTFName + s_strTFPath);
         Console.WriteLine( " " );
         Console.WriteLine( "FAiL!  "+ s_strTFAbbrev);
         Console.WriteLine( " " );
     }
     if (bResult) Environment.ExitCode=0; else Environment.ExitCode=1;
 }