Searched refs:fileContent (Results 1 – 2 of 2) sorted by relevance
128 String fileContent = "some test content"; in testPullFile() local132 FileUtil.writeToFile(fileContent, tmpFile); in testPullFile()146 assertEquals(FileUtil.readStringFromFile(tmpPullFile), fileContent); // Verify content. in testPullFile() local155 String fileContent = "some test content"; in testPullDir() local162 FileUtil.writeToFile(fileContent, tmpFile); in testPullDir()175 fileContent); // Verify content. in testPullDir() local
158 TestResult processResultsFileContent(String fileContent) { in processResultsFileContent() argument162 Iterator<String> lineIterator = fileContent.lines().iterator(); in processResultsFileContent()