public class Lot49TestUtils extends Object
Modifier and Type | Field and Description |
---|---|
private AdCache |
adCache |
private Lot49Config |
config |
static String |
LOT49_TEST_PROP_CONFIG |
Constructor and Description |
---|
Lot49TestUtils() |
Modifier and Type | Method and Description |
---|---|
AdCache |
getAdCache() |
Lot49Config |
getConfig() |
void |
loadConfig()
Read
config . |
void |
refreshFileAdCache() |
void |
setAdCache(AdCache adCache) |
void |
setConfig(Lot49Config config) |
private Lot49Config config
public static final String LOT49_TEST_PROP_CONFIG
private AdCache adCache
public void loadConfig() throws Exception
config
. This will be based on JVM property variable
#LOT49_TEST_ENV_CONFIG
.Exception
public AdCache getAdCache()
public void setAdCache(AdCache adCache)
public Lot49Config getConfig()
public void setConfig(Lot49Config config)