Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/io/
DFilesTest.java89 File asciiFile = getTestFile("ascii.txt"); in testRoundTripSources()
95 File asciiFile = getTestFile("ascii.txt"); in testToByteArray()
96 File i18nFile = getTestFile("i18n.txt"); in testToByteArray()
121 File asciiFile = getTestFile("ascii.txt"); in testToString()
122 File i18nFile = getTestFile("i18n.txt"); in testToString()
154 File i18nFile = getTestFile("i18n.txt"); in testCopyToOutputStream()
161 File i18nFile = getTestFile("i18n.txt"); in testCopyToAppendable()
168 File i18nFile = getTestFile("i18n.txt"); in testCopyFile()
200 File asciiFile = getTestFile("ascii.txt"); in testEqual()
201 File i18nFile = getTestFile("i18n.txt"); in testEqual()
[all …]
DIoTestCase.java96 protected final @Nullable File getTestFile(String name) throws IOException { in getTestFile() method in IoTestCase
/external/guava/android/guava-tests/test/com/google/common/io/
DFilesTest.java89 File asciiFile = getTestFile("ascii.txt"); in testRoundTripSources()
95 File asciiFile = getTestFile("ascii.txt"); in testToByteArray()
96 File i18nFile = getTestFile("i18n.txt"); in testToByteArray()
121 File asciiFile = getTestFile("ascii.txt"); in testToString()
122 File i18nFile = getTestFile("i18n.txt"); in testToString()
154 File i18nFile = getTestFile("i18n.txt"); in testCopyToOutputStream()
161 File i18nFile = getTestFile("i18n.txt"); in testCopyToAppendable()
168 File i18nFile = getTestFile("i18n.txt"); in testCopyFile()
200 File asciiFile = getTestFile("ascii.txt"); in testEqual()
201 File i18nFile = getTestFile("i18n.txt"); in testEqual()
[all …]
DIoTestCase.java96 protected final @Nullable File getTestFile(String name) throws IOException { in getTestFile() method in IoTestCase