Searched refs:fileContents (Results 1 – 5 of 5) sorted by relevance
57 final String fileContents = "this is the test file contents"; in createTempTestFiles() local60 FileUtil.writeToFile(fileContents, tmpFile); in createTempTestFiles()
194 final String fileContents = "this is the test file contents"; in createTempTestFile() local196 FileUtil.writeToFile(fileContents, tmpFile); in createTempTestFile()
117 String fileContents = new String(buffer); in testFileContents() local118 return ReadableUriExtraToClipDataTest.TEST_INPUT.equals(fileContents); in testFileContents()
115 String fileContents = new String(buffer); in testFileContents() local116 assertEquals(TEST_INPUT, fileContents); in testFileContents()
166 private void runTestsForKatFile(String blockMode, byte[] fileContents) throws Exception { in runTestsForKatFile() argument171 new ByteArrayInputStream(fileContents), "ISO-8859-1")); in runTestsForKatFile()