Exemplo n.º 1
0
        public static int Main(String[] args)
        {
            Bug b = new Bug();

            b.runTest();
            return(100);
        }
Exemplo n.º 2
0
        public static int Main(String[] args)
        {
            Bug oCbTest = new Bug();

            oCbTest.runTest();
            return(100);
        }
Exemplo n.º 3
0
 public static int Main(String[] args)
 {
     Bug oCbTest = new Bug();
     oCbTest.runTest((3));
     return 100;
 }
Exemplo n.º 4
0
 public static int Main(String[] args)
 {
     Bug b = new Bug();
     b.runTest();
     return 100;
 }