Package com.axway.apim.test.actions
Class TestParams
- java.lang.Object
-
- com.axway.apim.test.actions.TestParams
-
public final class TestParams extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringPARAM_CONFIGFILEstatic StringPARAM_EXPECTED_RCstatic StringPARAM_HOSTNAMEstatic StringPARAM_IDstatic StringPARAM_LOGINNAMEstatic StringPARAM_NAMEstatic StringPARAM_OADMIN_PASSWORDstatic StringPARAM_OADMIN_USERNAMEstatic StringPARAM_OUTPUT_FORMATstatic StringPARAM_STAGEstatic StringPARAM_TARGET
-
Constructor Summary
Constructors Constructor Description TestParams()
-
-
-
Field Detail
-
PARAM_EXPECTED_RC
public static final String PARAM_EXPECTED_RC
- See Also:
- Constant Field Values
-
PARAM_STAGE
public static final String PARAM_STAGE
- See Also:
- Constant Field Values
-
PARAM_HOSTNAME
public static final String PARAM_HOSTNAME
- See Also:
- Constant Field Values
-
PARAM_OADMIN_USERNAME
public static final String PARAM_OADMIN_USERNAME
- See Also:
- Constant Field Values
-
PARAM_OADMIN_PASSWORD
public static final String PARAM_OADMIN_PASSWORD
- See Also:
- Constant Field Values
-
PARAM_CONFIGFILE
public static final String PARAM_CONFIGFILE
- See Also:
- Constant Field Values
-
PARAM_TARGET
public static final String PARAM_TARGET
- See Also:
- Constant Field Values
-
PARAM_NAME
public static final String PARAM_NAME
- See Also:
- Constant Field Values
-
PARAM_LOGINNAME
public static final String PARAM_LOGINNAME
- See Also:
- Constant Field Values
-
PARAM_ID
public static final String PARAM_ID
- See Also:
- Constant Field Values
-
PARAM_OUTPUT_FORMAT
public static final String PARAM_OUTPUT_FORMAT
- See Also:
- Constant Field Values
-
-