public class ConfigMerger
extends java.lang.Object
| Constructor and Description |
|---|
ConfigMerger() |
| Modifier and Type | Method and Description |
|---|---|
Config |
getConfig(java.lang.Class<?> testClass,
java.lang.reflect.Method method,
Config globalConfig)
Calculate the
Config for the given test. |
protected java.util.Properties |
getConfigProperties(java.lang.String packageName)
Return a
Properties file for the given package name, or null if none is available. |
public Config getConfig(java.lang.Class<?> testClass, java.lang.reflect.Method method, Config globalConfig)
Calculate the Config for the given test.
testClass - the class containing the testmethod - the test methodglobalConfig - global configuration valuesprotected java.util.Properties getConfigProperties(java.lang.String packageName)
Return a Properties file for the given package name, or null if none is available.