public static void Main( String[] args ) 
   {
   bool bResult = false; 
   Co1022get_Length oCo1022GLa = new Co1022get_Length();
   bResult = oCo1022GLa.runTest
     ();
   if (bResult == true) System.Console.Error.WriteLine( "Co1022GL paSs." );
   else                 System.Console.Error.WriteLine( "Co1022GL FAiL." );
   if (bResult == true) Environment.ExitCode = 0;
   else                 Environment.ExitCode = 11;
   }
Пример #2
0
    public static void Main(String[] args)
    {
        bool             bResult    = false;
        Co1022get_Length oCo1022GLa = new Co1022get_Length();

        bResult = oCo1022GLa.runTest
                      ();
        if (bResult == true)
        {
            System.Console.Error.WriteLine("Co1022GL paSs.");
        }
        else
        {
            System.Console.Error.WriteLine("Co1022GL FAiL.");
        }
        if (bResult == true)
        {
            Environment.ExitCode = 0;
        }
        else
        {
            Environment.ExitCode = 11;
        }
    }