Example #1
0
 /**
  * Adds a feature to the profile and tests it on the container.
  *
  * <p>Note: Before and after the test the container moves to default profile.
  *
  * @param featureName
  * @param profileName
  * @param expectedSymbolicName
  */
 public void prepareFeaturesForTesting(
     Set<Container> containers,
     String featureName,
     String profileName,
     String expectedSymbolicName) {
   targetContainers.addAll(containers);
   featureArguments.put(
       featureName, new String[] {featureName, profileName, expectedSymbolicName});
 }