org.jboss.arquillian.container.test.api
Class Config

java.lang.Object
  extended by 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

Constructor Summary
Config()
           
 
Method Summary
 Config add(String name, String value)
           
 Map<String,String> getProperties()
           
 Map<String,String> map()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Config

public Config()
Method Detail

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.