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