Home
last modified time | relevance | path

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/
DStreamHandlerTest.java130 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 …]
DFormatterTest.java41 f = new MockFormatter(); in setUp()
127 public static class MockFormatter extends Formatter { class in FormatterTest
DMemoryHandlerTest.java160 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
DFileHandlerTest.java171 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
DConsoleHandlerTest.java115 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
DSocketHandlerTest.java247 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