Home
last modified time | relevance | path

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

/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
DFileHandlerTest.java505 MockFileHandler handler = new MockFileHandler("%t/setoutput.log"); in testSetOutputStream()
632 public static class MockFileHandler extends FileHandler { class in FileHandlerTest
633 public MockFileHandler() throws IOException { in MockFileHandler() method in FileHandlerTest.MockFileHandler
637 public MockFileHandler(String pattern) throws IOException { in MockFileHandler() method in FileHandlerTest.MockFileHandler