public abstract class AbstractConfigTestBase extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ORG_OPS4J_PAX_LOGGING_CFG |
org.junit.rules.TestRule |
watcher |
Constructor and Description |
---|
AbstractConfigTestBase() |
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 |
getInstanceName()
Deprecated.
|
String |
getKarafDistro() |
org.ops4j.pax.exam.Option |
getLoggingOption() |
String |
getModuleName()
Deprecated.
|
String |
logConfiguration(Class<?> klazz) |
protected org.ops4j.pax.exam.Option |
mvnLocalRepoOption() |
void |
setup() |
public static final String ORG_OPS4J_PAX_LOGGING_CFG
public org.junit.rules.TestRule watcher
@Deprecated public String getModuleName()
@Deprecated public String getInstanceName()
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()
public String getKarafDistro()
protected org.ops4j.pax.exam.Option mvnLocalRepoOption()
public org.ops4j.pax.exam.Option[] config()
Copyright © 2019 OpenDaylight. All rights reserved.