Searched defs:errSubstituteStream (Results 1 - 6 of 6) sorted by relevance

/dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DErrorManagerTest.java41 private OutputStream errSubstituteStream = null; field in class:ErrorManagerTest
45 errSubstituteStream = new NullOutputStream();
46 System.setErr(new PrintStream(errSubstituteStream));
H A DConsoleHandlerTest.java58 private OutputStream errSubstituteStream = null; field in class:ConsoleHandlerTest
67 errSubstituteStream = new MockOutputStream();
68 System.setErr(new PrintStream(errSubstituteStream));
326 this.errSubstituteStream.toString());
332 this.errSubstituteStream.toString());
338 + "testPublish_NoFilter", this.errSubstituteStream.toString());
345 + "testPublish_NoFilter", this.errSubstituteStream.toString());
373 assertEquals("", this.errSubstituteStream.toString());
399 assertEquals("", this.errSubstituteStream.toString());
405 assertEquals("", this.errSubstituteStream
[all...]
H A DFileHandlerTest.java74 private OutputStream errSubstituteStream = null; field in class:FileHandlerTest
114 errSubstituteStream = new NullOutputStream();
115 System.setErr(new PrintStream(errSubstituteStream));
H A DMemoryHandlerTest.java65 private OutputStream errSubstituteStream = null; field in class:MemoryHandlerTest
81 errSubstituteStream = new NullOutputStream();
82 System.setErr(new PrintStream(errSubstituteStream));
H A DSocketHandlerTest.java64 private OutputStream errSubstituteStream = null; field in class:SocketHandlerTest
77 errSubstituteStream = new NullOutputStream();
78 System.setErr(new PrintStream(errSubstituteStream));
869 // this.errSubstituteStream.toString());
H A DStreamHandlerTest.java61 private OutputStream errSubstituteStream = null; field in class:StreamHandlerTest
78 errSubstituteStream = new NullOutputStream();
79 System.setErr(new PrintStream(errSubstituteStream));

Completed in 157 milliseconds