Class SystemSetupParameterTestBean
java.lang.Object
de.hybris.platform.core.initialization.testbeans.SystemSetupParameterTestBean
@SystemSetup(extension="SystemSetupParameterTestExtension")
public class SystemSetupParameterTestBean
extends Object
This bean acts like a real system setup bean but is not part of the normal application context
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SYSTEM_SETUP_PARAMETER_TEST_EXTENSION
- See Also:
-
TEST_PARAMETER_KEY
- See Also:
-
TEST_PARAMETER_VALUE1
- See Also:
-
TEST_PARAMETER_VALUE2
- See Also:
-
TEST_PARAMETER_VALUE3
- See Also:
-
-
Constructor Details
-
SystemSetupParameterTestBean
public SystemSetupParameterTestBean()
-
-
Method Details
-
parameterTest
@SystemSetup(type=ALL, process=ALL) public void parameterTest(SystemSetupContext context) throws Exception - Throws:
Exception
-
parameterMethod
@SystemSetupParameterMethod(extension="SystemSetupParameterTestExtension") public List<SystemSetupParameter> parameterMethod()
-