Class AbstractIntegrationTest
- java.lang.Object
-
- org.opendaylight.infrautils.itestutils.AbstractIntegrationTest
-
public abstract class AbstractIntegrationTest extends Object
Integration Test base class.- Author:
- Michael Vorburger.ch
-
-
Constructor Summary
Constructors Constructor Description AbstractIntegrationTest()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description org.ops4j.pax.exam.Option[]
config()
protected abstract String
featureName()
protected String[]
featureNames()
protected abstract org.ops4j.pax.exam.options.UrlReference
featureRepositoryURL()
protected org.ops4j.pax.exam.Option[]
getAdditionalPaxExamOptions()
Override this method to provide more options to config.protected org.ops4j.pax.exam.options.MavenUrlReference
getKarafURL()
protected String
getKarafVersion()
org.ops4j.pax.exam.TestProbeBuilder
probeConfiguration(org.ops4j.pax.exam.TestProbeBuilder probe)
-
-
-
Method Detail
-
config
public final org.ops4j.pax.exam.Option[] config()
-
getKarafVersion
protected final String getKarafVersion()
-
getKarafURL
protected org.ops4j.pax.exam.options.MavenUrlReference getKarafURL()
-
featureRepositoryURL
protected abstract org.ops4j.pax.exam.options.UrlReference featureRepositoryURL()
-
featureNames
protected String[] featureNames()
-
featureName
protected abstract String featureName()
-
getAdditionalPaxExamOptions
protected org.ops4j.pax.exam.Option[] getAdditionalPaxExamOptions()
Override this method to provide more options to config.- Returns:
- An array of additional config options
-
probeConfiguration
public org.ops4j.pax.exam.TestProbeBuilder probeConfiguration(org.ops4j.pax.exam.TestProbeBuilder probe)
-
-