Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/nio/file/
DDefaultFileSystemProviderTest.java213 String expectedFileData = TEST_FILE_DATA_2 + in test_newOutputStream_openOption_WRITE() local
215 assertEquals(expectedFileData, readFromInputStream(is)); in test_newOutputStream_openOption_WRITE()
234 String expectedFileData = TEST_FILE_DATA_2 + in test_newOutputStream_openOption_CREATE() local
236 assertEquals(expectedFileData, readFromInputStream(is)); in test_newOutputStream_openOption_CREATE()
350 String expectedFileData = TEST_FILE_DATA_2 + in test_newByteChannel_openOption_WRITE() local
352 assertEquals(expectedFileData, readFromInputStream(is)); in test_newByteChannel_openOption_WRITE()
381 String expectedFileData = TEST_FILE_DATA + TEST_FILE_DATA_2; in test_newByteChannel_openOption_WRITE_READ() local
382 assertEquals(expectedFileData, readFromInputStream(is)); in test_newByteChannel_openOption_WRITE_READ()
DFiles2Test.java1217 String expectedFileData = TEST_FILE_DATA_2 + in test_newByteChannel_openOption_WRITE() local
1220 assertEquals(expectedFileData, readFromInputStream(is)); in test_newByteChannel_openOption_WRITE()
1241 String expectedFileData = TEST_FILE_DATA + TEST_FILE_DATA_2; in test_newByteChannel_openOption_WRITE_READ() local
1242 assertEquals(expectedFileData, readFromInputStream(is)); in test_newByteChannel_openOption_WRITE_READ()