Package org.apache.sling.testing.paxexam
Class TestSupport
- java.lang.Object
-
- org.apache.sling.testing.paxexam.TestSupport
-
public abstract class TestSupport extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected org.osgi.service.cm.ConfigurationAdmin
configurationAdmin
-
Constructor Summary
Constructors Constructor Description TestSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.ops4j.pax.exam.options.ModifiableCompositeOption
baseConfiguration()
protected org.ops4j.pax.exam.Option
buildBundleWithBnd(java.lang.Class... classes)
protected org.ops4j.pax.exam.Option
failOnUnresolvedBundles()
protected int
findFreePort()
protected int
httpPort()
protected org.ops4j.pax.exam.Option
localMavenRepo()
protected org.ops4j.pax.exam.Option
testBundle(java.lang.String systemProperty)
protected java.lang.String
workingDirectory()
-
-
-
Method Detail
-
workingDirectory
protected java.lang.String workingDirectory()
-
findFreePort
protected int findFreePort()
-
httpPort
protected int httpPort() throws java.io.IOException
- Throws:
java.io.IOException
-
baseConfiguration
protected org.ops4j.pax.exam.options.ModifiableCompositeOption baseConfiguration()
-
failOnUnresolvedBundles
protected org.ops4j.pax.exam.Option failOnUnresolvedBundles()
-
localMavenRepo
protected org.ops4j.pax.exam.Option localMavenRepo()
-
testBundle
protected org.ops4j.pax.exam.Option testBundle(java.lang.String systemProperty)
-
buildBundleWithBnd
protected org.ops4j.pax.exam.Option buildBundleWithBnd(java.lang.Class... classes)
-
-