Searched refs:fileWithContent (Results 1 - 1 of 1) sorted by relevance

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DFormatterTest.java147 private File fileWithContent; field in class:FormatterTest
237 f = new Formatter(fileWithContent.getPath());
238 assertEquals(0, fileWithContent.length());
282 f = new Formatter(fileWithContent.getPath(), "UTF-16BE");
283 assertEquals(0, fileWithContent.length());
334 f = new Formatter(fileWithContent.getPath(), "UTF-16BE",
336 assertEquals(0, fileWithContent.length());
366 f = new Formatter(fileWithContent);
367 assertEquals(0, fileWithContent.length());
397 f = new Formatter(fileWithContent, "UT
[all...]

Completed in 86 milliseconds