34353637383940
public class SftpProviderTestCase extends AbstractProviderTestConfig { public static Test suite() throws Exception { return new ProviderTestSuite(new SftpProviderTestCase()); }
35363738394041
public class UrlProviderTestCase extends AbstractProviderTestConfig { public static Test suite() throws Exception { return new ProviderTestSuite(new UrlProviderTestCase()); }
31323334353637
public class UrlProviderHttpTestCase extends AbstractProviderTestConfig { public static Test suite() throws Exception { return new ProviderTestSuite(new UrlProviderHttpTestCase()); }
public class UrlHttpProviderTestCase extends AbstractProviderTestConfig { public static Test suite() throws Exception { return new ProviderTestSuite(new UrlHttpProviderTestCase()); }
37383940414243
/** * Creates the test suite for nested zip files. */ public static Test suite() throws Exception { return new ProviderTestSuite(new NestedZipTestCase()); }
39404142434445
/** * Creates the test suite for the zip file system. */ public static Test suite() throws Exception { return new ProviderTestSuite(new ZipProviderTestCase()); }
public class HttpProviderTestCase extends AbstractProviderTestConfig { public static Test suite() throws Exception { return new ProviderTestSuite(new HttpProviderTestCase()); }
*/ public class ResourceProviderTestCase extends AbstractProviderTestConfig { public static Test suite() throws Exception { return new ProviderTestSuite(new ResourceProviderTestCase()); }
/** * Creates the test suite for the jar file system. */ public static Test suite() throws Exception { return new ProviderTestSuite(new JarProviderTestCase()); }
/** * Creates the test suite for nested jar files. */ public static Test suite() throws Exception { return new ProviderTestSuite(new NestedJarTestCase()); }