Searched refs:fileWithContent (Results 1 – 1 of 1) sorted by relevance
148 private File fileWithContent; field in FormatterTest240 f = new Formatter(fileWithContent.getPath()); in test_ConstructorLjava_lang_String()241 assertEquals(0, fileWithContent.length()); in test_ConstructorLjava_lang_String()285 f = new Formatter(fileWithContent.getPath(), "UTF-16BE"); in test_ConstructorLjava_lang_StringLjava_lang_String()286 assertEquals(0, fileWithContent.length()); in test_ConstructorLjava_lang_StringLjava_lang_String()337 f = new Formatter(fileWithContent.getPath(), "UTF-16BE", in test_ConstructorLjava_lang_StringLjava_lang_StringLjava_util_Locale()339 assertEquals(0, fileWithContent.length()); in test_ConstructorLjava_lang_StringLjava_lang_StringLjava_util_Locale()369 f = new Formatter(fileWithContent); in test_ConstructorLjava_io_File()370 assertEquals(0, fileWithContent.length()); in test_ConstructorLjava_io_File()400 f = new Formatter(fileWithContent, "UTF-16BE"); in test_ConstructorLjava_io_FileLjava_lang_String()[all …]