Exemple #1
0
    public static void Main(System.String[] args)
    {
        bool bResult            = false;
        Co3126ctor_BitArray cb0 = new Co3126ctor_BitArray();

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