Searched refs:finalFileContents (Results 1 – 1 of 1) sorted by relevance
198 String finalFileContents = initialFileContents + appendedFileContents; in openFileOutput_shouldAppendData() local206 byte[] readBuffer = new byte[finalFileContents.length()]; in openFileOutput_shouldAppendData()208 assertThat(new String(readBuffer, UTF_8)).isEqualTo(finalFileContents); in openFileOutput_shouldAppendData()