Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/io/
DFilesTest.java74 File asciiFile = getTestFile("ascii.txt"); in testToByteArray() local
77 Files.toByteArray(asciiFile))); in testToByteArray()
85 File asciiFile = getTestFile("ascii.txt"); in testReadFile_withCorrectSize() local
89 InputStream in = closer.register(new FileInputStream(asciiFile)); in testReadFile_withCorrectSize()
90 byte[] bytes = Files.readFile(in, asciiFile.length()); in testReadFile_withCorrectSize()
100 File asciiFile = getTestFile("ascii.txt"); in testReadFile_withSmallerSize() local
104 InputStream in = closer.register(new FileInputStream(asciiFile)); in testReadFile_withSmallerSize()
115 File asciiFile = getTestFile("ascii.txt"); in testReadFile_withLargerSize() local
119 InputStream in = closer.register(new FileInputStream(asciiFile)); in testReadFile_withLargerSize()
130 File asciiFile = getTestFile("ascii.txt"); in testReadFile_withSizeZero() local
[all …]