Home | History | Annotate | Download | only in io

Lines Matching refs:assertFileContents

84         assertFileContents(UNICODE_STRING.getBytes(Charset.defaultCharset()), testFile);
103 assertFileContents(UNICODE_STRING.getBytes(StandardCharsets.UTF_8), testFile);
110 assertFileContents(UNICODE_STRING.getBytes(StandardCharsets.UTF_16), testFile);
768 private static void assertFileContents(byte[] expected, File file) throws IOException {