@PrepareForTest(value={ServiceRunner.class,org.apache.commons.csv.CSVParser.class}) @PowerMockIgnore(value={"javax.crypto.*","javax.management.*"}) public class AdXAdapterSpec_Constructor extends Object
Modifier and Type | Field and Description |
---|---|
private AdXConfig |
adxCfg |
(package private) Lot49Config |
configMock |
private static int |
GEO_RECORD_ID |
private static String |
GEO_TABLE_FILE_NAME |
private ServiceRunner |
serviceRunnerSimpleMock |
Constructor and Description |
---|
AdXAdapterSpec_Constructor() |
Modifier and Type | Method and Description |
---|---|
void |
negativeFlow_GeoTableNotSpecified() |
void |
negativeFlow_SecurityKeysNotSpecified() |
void |
positiveFlow_ShouldLoadGeoFile() |
private void |
prepareAdxConfigSecurity(AdXConfig adxCfg) |
void |
setUp() |
private static final String GEO_TABLE_FILE_NAME
private static final int GEO_RECORD_ID
private ServiceRunner serviceRunnerSimpleMock
private AdXConfig adxCfg
Lot49Config configMock
public void setUp()
private void prepareAdxConfigSecurity(AdXConfig adxCfg)
public void positiveFlow_ShouldLoadGeoFile() throws Lot49Exception, IOException
Lot49Exception
IOException
public void negativeFlow_SecurityKeysNotSpecified() throws Lot49Exception
Lot49Exception
public void negativeFlow_GeoTableNotSpecified() throws Lot49Exception
Lot49Exception