org.jboss.arquillian.container.test.api
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 via
map()
and the results should be passed e.g. to
ContainerController.start(String, Map)
- Version:
- $Revision: $
- Author:
- Martin Gencur
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Config
public Config()
getProperties
public Map<String,String> getProperties()
add
public Config add(String name,
String value)
map
public Map<String,String> map()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.