Searched refs:expectedFileData (Results 1 – 2 of 2) sorted by relevance
213 String expectedFileData = TEST_FILE_DATA_2 + in test_newOutputStream_openOption_WRITE() local215 assertEquals(expectedFileData, readFromInputStream(is)); in test_newOutputStream_openOption_WRITE()234 String expectedFileData = TEST_FILE_DATA_2 + in test_newOutputStream_openOption_CREATE() local236 assertEquals(expectedFileData, readFromInputStream(is)); in test_newOutputStream_openOption_CREATE()350 String expectedFileData = TEST_FILE_DATA_2 + in test_newByteChannel_openOption_WRITE() local352 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() local382 assertEquals(expectedFileData, readFromInputStream(is)); in test_newByteChannel_openOption_WRITE_READ()
1217 String expectedFileData = TEST_FILE_DATA_2 + in test_newByteChannel_openOption_WRITE() local1220 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() local1242 assertEquals(expectedFileData, readFromInputStream(is)); in test_newByteChannel_openOption_WRITE_READ()