Searched refs:createEmptyArchive (Results 1 – 3 of 3) sorted by relevance
133 final File ar = createEmptyArchive(type); // will be deleted by tearDown() in checkEmptyArchive()
227 protected File createEmptyArchive(final String archivename) throws Exception { in createEmptyArchive() method in AbstractTestCase
1068 final File input = this.createEmptyArchive(archivename); in testAddToEmptyArchive()