Class InstallManyBundlesTest
- java.lang.Object
-
- org.apache.sling.launchpad.webapp.integrationtest.installer.InstallManyBundlesTest
-
public class InstallManyBundlesTest extends Object
Test the installation and update of several (optionally many) bundles via the JCR installer
-
-
Constructor Summary
Constructors Constructor Description InstallManyBundlesTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cleanup()
void
installAndUpgradeBundleManyTimes()
void
installManyBundles()
void
setup()
-
-
-
Method Detail
-
cleanup
public void cleanup() throws IOException
- Throws:
IOException
-
installAndUpgradeBundleManyTimes
public void installAndUpgradeBundleManyTimes() throws IOException, javax.json.JsonException
- Throws:
IOException
javax.json.JsonException
-
installManyBundles
public void installManyBundles() throws IOException, javax.json.JsonException
- Throws:
IOException
javax.json.JsonException
-
-