Lines Matching refs:System
41 this(System.out); in TestRunner()
115 long startTime= System.currentTimeMillis(); in doRun()
117 long endTime= System.currentTimeMillis(); in doRun()
129 System.in.read(); in pause()
140 System.exit(FAILURE_EXIT); in main()
141 System.exit(SUCCESS_EXIT); in main()
143 System.err.println(e.getMessage()); in main()
144 System.exit(EXCEPTION_EXIT); in main()
168 System.err.println("JUnit " + Version.id() + " by Kent Beck and Erich Gamma"); in start()
194 System.err.println(message); in runFailed()
195 System.exit(FAILURE_EXIT); in runFailed()