Class FeatureOptions
java.lang.Object
org.codice.ddf.test.common.options.FeatureOptions
Options for handling karaf features
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.ops4j.pax.exam.OptionaddBootFeature(Feature... features) Adds the feature to the list of boot features to start before the test begins.static org.ops4j.pax.exam.OptionaddFeatureRepo(FeatureRepo... features) Adds the specified features to the distribution repository
-
Method Details
-
addFeatureRepo
Adds the specified features to the distribution repository- Parameters:
features-- Returns:
-
addBootFeature
Adds the feature to the list of boot features to start before the test begins. This does no guarantee all bundles will be in an active state when the test begins.- Parameters:
features-- Returns:
-