HierarchicalConfigurationStrategy.ConfigurationImpl
public static interface ConfigurationStrategy.Configuration
Configurer
.Modifier and Type | Method | 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)
Collection<Class<?>> keySet()