public static interface ConfigurationStrategy.Configuration
Heterogeneous typesafe collection of configuration objects managed by their Configurer.
| Modifier and Type | Method and Description | 
|---|---|
<T> T | 
get(Class<T> configClass)
Returns the configuration instance of the specified class for the current test. 
 | 
Collection<Class<?>> | 
keySet()
Returns the set of known configuration classes. 
 | 
Map<Class<?>,Object> | 
map()
Returns the map of known configuration classes to configuration instances. 
 | 
<T> T get(Class<T> configClass)
Returns the configuration instance of the specified class for the current test.
Collection<Class<?>> keySet()
Returns the set of known configuration classes.