Class Config
- java.lang.Object
-
- org.jboss.arquillian.container.test.api.Config
-
public class Config extends Object
Config class enables users to use fluent API for creating a list of properties which should be overridden in the existing Arquillian configuration. It holds a map of properties that can be retrieved viamap()and the results should be passed e.g. toContainerController.start(String, Map)- Version:
- $Revision: $
- Author:
- Martin Gencur
-
-
Constructor Summary
Constructors Constructor Description Config()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Configadd(String name, String value)Map<String,String>getProperties()Map<String,String>map()
-