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.java170 final String testContents = "this is the temp file test data"; in testWriteToFile() local
171 InputStream input = new ByteArrayInputStream(testContents.getBytes()); in testWriteToFile()
175 assertEquals(testContents, readContents); in testWriteToFile()