Home
last modified time | relevance | path

Searched refs:testContents (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DFileUtilFuncTest.java166 final String testContents = "this is the temp file test data"; in testWriteToFile() local
167 InputStream input = new ByteArrayInputStream(testContents.getBytes()); in testWriteToFile()
171 assertEquals(testContents, readContents); in testWriteToFile()