Searched refs:capturingOut (Results 1 – 1 of 1) sorted by relevance
53 PrintStream capturingOut = new PrintStream(captured, true, "UTF-8"); in testExamplesRun() local55 System.setOut(capturingOut); in testExamplesRun()56 System.setErr(capturingOut); in testExamplesRun()64 capturingOut.flush(); in testExamplesRun()