Searched refs:setOut (Results 1 – 4 of 4) sorted by relevance
32 System.setOut(out); in tearDown()41 System.setOut(st); in test_errorCheck()
51 System.setOut(out); in test_setOutLjava_io_PrintStream()53 System.setOut(orgOut); in test_setOutLjava_io_PrintStream()
316 System.setOut(newOut); in test_list()338 System.setOut(originalOut); in test_list()
167 public static void setOut(PrintStream out) { in setOut() method in System