HomeSort by relevance Sort by last modified time
    Searched full:capturingout (Results 1 - 1 of 1) sorted by null

  /external/owasp/sanitizer/src/tests/org/owasp/html/
ExamplesTest.java 53 PrintStream capturingOut = new PrintStream(captured, true, "UTF-8");
55 System.setOut(capturingOut);
56 System.setErr(capturingOut);
64 capturingOut.flush();

Completed in 51 milliseconds