Class ProcessActionTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.processengine.actionstrategy.ProcessActionTest
-
- All Implemented Interfaces:
JaloSessionHolder
@ManualTest public class ProcessActionTest extends HybrisJUnit4Test
Testing PROCESS type actions from Actions framework. See https://jira.hybris.com/browse/BAM-297, test has to be rewritten
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description ProcessActionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Object
getProcessParameter(BusinessProcessModel process, java.lang.String name)
void
setUp()
void
tearDown()
void
testErrorProcessAction()
void
testProcessAction()
void
testWaitProcessState()
protected boolean
waitForProcessSuccess(BusinessProcessModel processModel, long maxWait)
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception
- Throws:
java.lang.Exception
-
tearDown
public void tearDown()
-
testProcessAction
public void testProcessAction()
-
testWaitProcessState
public void testWaitProcessState()
-
testErrorProcessAction
public void testErrorProcessAction() throws RetryLaterException
- Throws:
RetryLaterException
-
getProcessParameter
protected java.lang.Object getProcessParameter(BusinessProcessModel process, java.lang.String name)
-
waitForProcessSuccess
protected boolean waitForProcessSuccess(BusinessProcessModel processModel, long maxWait)
-
-