Package de.hybris.platform.processengine
Class ProcessActionWithParamTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.processengine.ProcessActionWithParamTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class ProcessActionWithParamTest extends ServicelayerBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description ProcessActionWithParamTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
shouldPassTestActionNodeWithDefinedParameters()
void
shouldPassTestActionToScriptFlowExecutionWithParameters()
void
shouldPassTestScriptActionExecutionWithParameters()
void
tearDown()
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSession
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
setUp
public void setUp()
-
tearDown
public void tearDown()
-
shouldPassTestActionNodeWithDefinedParameters
public void shouldPassTestActionNodeWithDefinedParameters() throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
-
shouldPassTestScriptActionExecutionWithParameters
public void shouldPassTestScriptActionExecutionWithParameters() throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
-
shouldPassTestActionToScriptFlowExecutionWithParameters
public void shouldPassTestActionToScriptFlowExecutionWithParameters() throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
-
-