Home
last modified time | relevance | path

Searched refs:capturingOut (Results 1 – 1 of 1) sorted by relevance

/external/owasp/sanitizer/src/tests/org/owasp/html/
DExamplesTest.java53 PrintStream capturingOut = new PrintStream(captured, true, "UTF-8"); in testExamplesRun() local
55 System.setOut(capturingOut); in testExamplesRun()
56 System.setErr(capturingOut); in testExamplesRun()
64 capturingOut.flush(); in testExamplesRun()