Searched defs:createTestFile (Results 1 – 4 of 4) sorted by relevance
189 public static File createTestFile(File directory, String name) throws IOException { in createTestFile() method in TestUtil194 public static File createTestFile(File directory, String name, long length) throws IOException { in createTestFile() method in TestUtil199 public static File createTestFile(File file, long length) throws IOException { in createTestFile() method in TestUtil
143 private static void createTestFile(File file, int length) throws IOException { in createTestFile() method in CachedRegionTrackerTest
256 private static void createTestFile(final File file, final String encoding, in createTestFile() method in UTF8ZipFilesTest
38 def createTestFile(self, path): member in FakeOsModuleTestBase