public static void Main(String[] args)
    {
        bool bResult           = false;
        Co3146ctor_CharArr cb0 = new Co3146ctor_CharArr();

        try
        {
            bResult = cb0.runTest();
        }
        catch (System.Exception exc)
        {
            bResult = false;
            System.Console.Error.WriteLine("Co3146ctor_CharArr.");
            System.Console.Error.WriteLine(exc.ToString());
        }
        if (bResult == true)
        {
            Environment.ExitCode = 0;
        }
        else
        {
            Environment.ExitCode = 11;
        }
    }
Esempio n. 2
0
 public static void Main( String[] args )
   {
   bool bResult = false; 
   Co3146ctor_CharArr cb0 = new Co3146ctor_CharArr();
   try
     {
     bResult = cb0.runTest();
     }
   catch ( System.Exception exc )
     {
     bResult = false;
     System.Console.Error.WriteLine( "Co3146ctor_CharArr." );
     System.Console.Error.WriteLine( exc.ToString() );
     }
   if ( bResult == true ) Environment.ExitCode = 0; else Environment.ExitCode = 11; 
   }