Searched refs:testContents (Results 1 – 1 of 1) sorted by relevance
170 final String testContents = "this is the temp file test data"; in testWriteToFile() local171 InputStream input = new ByteArrayInputStream(testContents.getBytes()); in testWriteToFile()175 assertEquals(testContents, readContents); in testWriteToFile()