36373839404142
/** * Creates the test suite for nested tar files. */ public static Test suite() throws Exception { return new ProviderTestSuite(new NestedTgzTestCase()); }
/** * Creates the test suite for nested tar files. */ public static Test suite() throws Exception { return new ProviderTestSuite(new NestedTbz2TestCase()); }
38394041424344
/** * Creates the test suite for the tar file system. */ public static Test suite() throws Exception { return new ProviderTestSuite(new TgzProviderTestCase()); }
/** * Creates the test suite for nested tar files. */ public static Test suite() throws Exception { return new ProviderTestSuite(new NestedTarTestCase()); }
33343536373839
public class HttpProviderTestCase extends AbstractProviderTestConfig { public static Test suite() throws Exception { return new ProviderTestSuite(new HttpProviderTestCase()); }
37383940414243
public class UrlProviderTestCase extends AbstractProviderTestConfig { public static Test suite() throws Exception { return new ProviderTestSuite(new UrlProviderTestCase()); }
40414243444546
/** * Creates the test suite for the jar file system. */ public static Test suite() throws Exception { return new ProviderTestSuite(new JarProviderTestCase()); }
public class UrlProviderHttpTestCase extends AbstractProviderTestConfig { public static Test suite() throws Exception { return new ProviderTestSuite(new UrlProviderHttpTestCase()); }
/** * Creates the test suite for nested jar files. */ public static Test suite() throws Exception { return new ProviderTestSuite(new NestedJarTestCase()); }
public class UrlHttpProviderTestCase extends AbstractProviderTestConfig { public static Test suite() throws Exception { return new ProviderTestSuite(new UrlHttpProviderTestCase()); }