Searched refs:assertFileContent (Results 1 – 1 of 1) sorted by relevance
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
D | FileHandlerTest.java | 160 assertFileContent(tempPath + SEP + "log", "java1.test.0", h in testLock() 183 assertFileContent(tempPath + SEP + "log", "java0.test.0", in testFileHandler() 209 assertFileContent(homePath, "java0.log", new XMLFormatter(), null); in testDefaultValue() 212 private void assertFileContent(String homepath, String filename, in assertFileContent() method in FileHandlerTest 214 assertFileContent(homepath, filename, new LogRecord[] { r }, formatter, encoding); in assertFileContent() 217 private void assertFileContent(String homepath, String filename, in assertFileContent() method in FileHandlerTest 305 assertFileContent(tempPath, "testLimitCount1", handler.getFormatter(), "UTF-8"); in testLimitAndCount() 312 assertFileContent(tempPath, "testLimitCount0", new LogRecord[0], in testLimitAndCount() 331 assertFileContent(tempPath, "testLimitCount0.1", new LogRecord[] { in testLimitAndCount() 333 assertFileContent(tempPath, "testLimitCount0.0", new LogRecord[] { in testLimitAndCount() [all …]
|