Home
last modified time | relevance | path

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

/external/apache-commons-compress/src/test/java/org/apache/commons/compress/
DDetectArchiverTestCase.java115 checkEmptyArchive("cpio"); in testEmptyCpioArchive()
120 checkEmptyArchive("jar"); in testEmptyJarArchive()
129 checkEmptyArchive("zip"); in testEmptyZipArchive()
132 private void checkEmptyArchive(final String type) throws Exception{ in checkEmptyArchive() method in DetectArchiverTestCase