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
  • Constructor Details

    • ProcessActionTest

      public ProcessActionTest()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Throws:
      Exception
    • tearDown

      public void tearDown()
    • testProcessAction

      public void testProcessAction()
    • testWaitProcessState

      public void testWaitProcessState()
    • testErrorProcessAction

      public void testErrorProcessAction() throws RetryLaterException
      Throws:
      RetryLaterException
    • getProcessParameter

      protected Object getProcessParameter(BusinessProcessModel process, String name)
    • waitForProcessSuccess

      protected boolean waitForProcessSuccess(BusinessProcessModel processModel, long maxWait)