Lines Matching refs:out

41             System.out.println("Got expected InstantationError");  in testClassNewInstance()
42 if (VERBOSE) System.out.println("--- " + ie); in testClassNewInstance()
57 System.out.println("Got expected NoSuchFieldError"); in testMissingStuff()
58 if (VERBOSE) System.out.println("--- " + nsfe); in testMissingStuff()
64 System.out.println("Got expected NoSuchFieldError"); in testMissingStuff()
65 if (VERBOSE) System.out.println("--- " + nsfe); in testMissingStuff()
71 System.out.println("Got expected NoSuchMethodError"); in testMissingStuff()
72 if (VERBOSE) System.out.println("--- " + nsme); in testMissingStuff()
78 System.out.println("Got expected NoSuchMethodError"); in testMissingStuff()
79 if (VERBOSE) System.out.println("--- " + nsme); in testMissingStuff()
93 System.out.println("Got expected IllegalAccessError (ifield)"); in testBadAccess()
94 if (VERBOSE) System.out.println("--- " + iae); in testBadAccess()
101 System.out.println("Got expected IllegalAccessError (sfield)"); in testBadAccess()
102 if (VERBOSE) System.out.println("--- " + iae); in testBadAccess()
109 System.out.println("Got expected IllegalAccessError (method)"); in testBadAccess()
110 if (VERBOSE) System.out.println("--- " + iae); in testBadAccess()
117 System.out.println("Got expected IllegalAccessError (smethod)"); in testBadAccess()
118 if (VERBOSE) System.out.println("--- " + iae); in testBadAccess()
126 System.out.println("Got expected IllegalAccessError (meth-class)"); in testBadAccess()
127 if (VERBOSE) System.out.println("--- " + iae); in testBadAccess()
135 System.out.println("Got expected IllegalAccessError (field-class)"); in testBadAccess()
136 if (VERBOSE) System.out.println("--- " + iae); in testBadAccess()
144 System.out.println("Got expected IllegalAccessError (meth-meth)"); in testBadAccess()
145 if (VERBOSE) System.out.println("--- " + iae); in testBadAccess()