public class ConfigLoader<T> extends Object
| Constructor and Description |
|---|
ConfigLoader(Class<T> configClass,
String configFileName) |
ConfigLoader(Class<T> configClass,
String configFileName,
org.apache.commons.lang3.text.StrLookup<Object> stringLookup) |
| Modifier and Type | Method and Description |
|---|---|
Class<T> |
getConfigClass() |
String |
getConfigFileName() |
T |
getTestConfig() |
Copyright © 2014–2019. All rights reserved.