Searched refs:getTestFile (Results 1 – 4 of 4) sorted by relevance
89 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 …]
96 protected final @Nullable File getTestFile(String name) throws IOException { in getTestFile() method in IoTestCase