Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/io/
DFilesTest.java74 File asciiFile = getTestFile("ascii.txt"); in testToByteArray()
75 File i18nFile = getTestFile("i18n.txt"); in testToByteArray()
85 File asciiFile = getTestFile("ascii.txt"); in testReadFile_withCorrectSize()
100 File asciiFile = getTestFile("ascii.txt"); in testReadFile_withSmallerSize()
115 File asciiFile = getTestFile("ascii.txt"); in testReadFile_withLargerSize()
130 File asciiFile = getTestFile("ascii.txt"); in testReadFile_withSizeZero()
165 File asciiFile = getTestFile("ascii.txt"); in testToString()
166 File i18nFile = getTestFile("i18n.txt"); in testToString()
203 File i18nFile = getTestFile("i18n.txt"); in testCopyToOutputStream()
210 File i18nFile = getTestFile("i18n.txt"); in testCopyToAppendable()
[all …]
DIoTestCase.java98 protected final File getTestFile(String name) throws IOException { in getTestFile() method in IoTestCase