public abstract class AbstractMdsalTestBase extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ORG_OPS4J_PAX_LOGGING_CFG |
Constructor and Description |
---|
AbstractMdsalTestBase() |
Modifier and Type | Method and Description |
---|---|
org.ops4j.pax.exam.Option[] |
config() |
protected org.ops4j.pax.exam.Option[] |
getAdditionalOptions()
Override this method to provide more options to config.
|
abstract String |
getFeatureName() |
abstract org.ops4j.pax.exam.options.MavenUrlReference |
getFeatureRepo() |
String |
getKarafDistro() |
org.ops4j.pax.exam.Option |
getLoggingOption() |
String |
logConfiguration(Class<?> klazz)
Deprecated.
The karaf logging provider is now Log4J2 so logging configurations must conform to the Log4J2 style.
This method is kept for compilation backwards compatibility but will be removed in a future release.
|
protected org.ops4j.pax.exam.Option |
mvnLocalRepoOption() |
void |
setup() |
public static final String ORG_OPS4J_PAX_LOGGING_CFG
public abstract org.ops4j.pax.exam.options.MavenUrlReference getFeatureRepo()
public abstract String getFeatureName()
public org.ops4j.pax.exam.Option getLoggingOption()
protected org.ops4j.pax.exam.Option[] getAdditionalOptions()
@Deprecated public String logConfiguration(Class<?> klazz)
public String getKarafDistro()
protected org.ops4j.pax.exam.Option mvnLocalRepoOption()
public org.ops4j.pax.exam.Option[] config()
Copyright © 2019 OpenDaylight. All rights reserved.