Class FeatureOptions

java.lang.Object
org.codice.ddf.test.common.options.FeatureOptions

public class FeatureOptions extends Object
Options for handling karaf features
  • Method Details

    • addFeatureRepo

      public static org.ops4j.pax.exam.Option addFeatureRepo(FeatureRepo... features)
      Adds the specified features to the distribution repository
      Parameters:
      features -
      Returns:
    • addBootFeature

      public static org.ops4j.pax.exam.Option addBootFeature(Feature... features)
      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: