@SystemSetup(extension="SystemSetupParameterTestExtension") public class SystemSetupParameterTestBean extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SYSTEM_SETUP_PARAMETER_TEST_EXTENSION |
static String |
TEST_PARAMETER_KEY |
static String |
TEST_PARAMETER_VALUE1 |
static String |
TEST_PARAMETER_VALUE2 |
static String |
TEST_PARAMETER_VALUE3 |
| Constructor and Description |
|---|
SystemSetupParameterTestBean() |
| Modifier and Type | Method and Description |
|---|---|
List<SystemSetupParameter> |
parameterMethod() |
void |
parameterTest(SystemSetupContext context) |
public static final String SYSTEM_SETUP_PARAMETER_TEST_EXTENSION
public static final String TEST_PARAMETER_KEY
public static final String TEST_PARAMETER_VALUE1
public static final String TEST_PARAMETER_VALUE2
public static final String TEST_PARAMETER_VALUE3
@SystemSetup(type=ALL, process=ALL) public void parameterTest(SystemSetupContext context) throws Exception
Exception@SystemSetupParameterMethod(extension="SystemSetupParameterTestExtension") public List<SystemSetupParameter> parameterMethod()
Copyright © 2017 SAP SE. All Rights Reserved.