Searched defs:fileContents (Results 1 – 8 of 8) sorted by relevance
117 String fileContents = new String(buffer); in testFileContents() local
116 String fileContents = new String(buffer); in assertFileContents() local
552 final String fileContents = "RED;GREEN;BLUE"; in testAddCompletedDownload() local576 final String fileContents = "Test content:" + path + "_" + System.nanoTime(); in testAddCompletedDownload_downloadDir() local597 final String fileContents = "RED;GREEN;BLUE"; in testAddCompletedDownload_invalidPaths() local
166 final String fileContents = "Test content:" + path + "_" + System.nanoTime(); in testAddCompletedDownload_publicDirs() local
204 private void runTestsForKatFile(String blockMode, byte[] fileContents) throws Exception { in runTestsForKatFile()
120 final String fileContents = "RED;GREEN;BLUE"; in testScannedDownload() local
889 CompletableFuture<String> fileContents = new CompletableFuture<>(); in sendRequestToReadTestFile() local
417 AtomicReference<String> fileContents = new AtomicReference<>(); in expectFileContents() local