Searched refs:MockFormatter (Results 1 – 6 of 6) sorted by relevance
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
D | StreamHandlerTest.java | 130 assertTrue(h.getFormatter() instanceof MockFormatter); in testConstructor_NoParameter_ValidProperties() 301 StreamHandler h = new StreamHandler(aos, new MockFormatter()); in testClose_SufficientPrivilege_NormalClose() 321 StreamHandler h = new StreamHandler(aos, new MockFormatter()); in testClose_SufficientPrivilege_Exception() 334 StreamHandler h = new StreamHandler(aos, new MockFormatter()); in testClose_SufficientPrivilege_DirectClose() 359 StreamHandler h = new StreamHandler(aos, new MockFormatter()); in testFlush_Normal() 476 StreamHandler h = new StreamHandler(aos, new MockFormatter()); in testPublish_NoFilter() 510 StreamHandler h = new StreamHandler(aos, new MockFormatter()); in testPublish_WithFilter() 572 StreamHandler h = new StreamHandler(aos, new MockFormatter()); in testPublish_EmptyMsg() 584 StreamHandler h = new StreamHandler(aos, new MockFormatter()); in testPublish_NullMsg() 601 StreamHandler h = new StreamHandler(aos, new MockFormatter()); in testPublish_AfterClose() [all …]
|
D | FormatterTest.java | 41 f = new MockFormatter(); in setUp() 127 public static class MockFormatter extends Formatter { class in FormatterTest
|
D | MemoryHandlerTest.java | 160 assertTrue(handler.getFormatter() instanceof MockFormatter); in testMemoryHandler() 257 assertTrue(handler.getFormatter() instanceof MockFormatter); in testMemoryHandlerHandlerintLevel() 380 public static class MockFormatter extends Formatter { class in MemoryHandlerTest
|
D | FileHandlerTest.java | 171 assertTrue(handler.getFormatter() instanceof MockFormatter); in testFileHandler() 185 new MockFormatter(), "UTF-8"); in testFileHandler() 506 handler.setFormatter(new MockFormatter()); in testSetOutputStream() 615 public static class MockFormatter extends Formatter { class in FileHandlerTest
|
D | ConsoleHandlerTest.java | 115 assertTrue(h.getFormatter() instanceof MockFormatter); in testConstructor_ValidProperties() 388 h.setFormatter(new MockFormatter()); in testSetOutputStream_Normal() 435 public static class MockFormatter extends Formatter { class in ConsoleHandlerTest
|
D | SocketHandlerTest.java | 247 assertTrue(h.getFormatter() instanceof MockFormatter); in testConstructor_ValidProperties() 261 assertTrue(h.getFormatter() instanceof MockFormatter); in testConstructor_ValidProperties() 653 public static class MockFormatter extends Formatter { class in SocketHandlerTest
|