Class Config
java.lang.Object
org.jboss.arquillian.container.test.api.Config
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 via
map() and the results should be passed e.g. to
ContainerController.start(String, Map)- Version:
- $Revision: $
- Author:
- Martin Gencur
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Config
public Config()
-
-
Method Details
-
getProperties
-
add
-
map
-