Package de.hybris.platform.processengine
Class BusinessProcessEventTriggeringIntegrationTest
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.processengine.BusinessProcessEventTriggeringIntegrationTest
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest
public class BusinessProcessEventTriggeringIntegrationTest
extends ServicelayerBaseTest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSessionMethods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
Constructor Details
-
BusinessProcessEventTriggeringIntegrationTest
public BusinessProcessEventTriggeringIntegrationTest()
-
-
Method Details
-
getContext
-
setUp
public void setUp() -
shouldThrowNullPointerWhenTriggeringNullEvent
public void shouldThrowNullPointerWhenTriggeringNullEvent() -
shouldWakeUpWaitNodeWithoutChoiceWithEventTriggeredAfterProcessStarted
public void shouldWakeUpWaitNodeWithoutChoiceWithEventTriggeredAfterProcessStarted() throws InterruptedException, TimeoutException- Throws:
InterruptedExceptionTimeoutException
-
shouldWakeUpWaitNodeWithoutChoiceWithEventTriggeredBeforeProcessHasStarted
public void shouldWakeUpWaitNodeWithoutChoiceWithEventTriggeredBeforeProcessHasStarted() throws InterruptedException, TimeoutException- Throws:
InterruptedExceptionTimeoutException
-
shouldWakeUpWaitNodeWithChoiceWithEventTriggeredBeforeProcessHasStarted
public void shouldWakeUpWaitNodeWithChoiceWithEventTriggeredBeforeProcessHasStarted() throws InterruptedException, TimeoutException- Throws:
InterruptedExceptionTimeoutException
-
shouldWakeUpWaitNodeWithChoiceWithEventTriggeredAfterProcessHasStarted
public void shouldWakeUpWaitNodeWithChoiceWithEventTriggeredAfterProcessHasStarted() throws InterruptedException, TimeoutException- Throws:
InterruptedExceptionTimeoutException
-
shouldFailWhenEventHasBeenAlreadyTriggeredWithoutChoice
public void shouldFailWhenEventHasBeenAlreadyTriggeredWithoutChoice() -
shouldFailWhenEventHasBeenAlreadyTriggeredWithChoice
public void shouldFailWhenEventHasBeenAlreadyTriggeredWithChoice() -
shouldFailWhenNoOneWaitsAndTriggeringInTheFutureIsDisabled
public void shouldFailWhenNoOneWaitsAndTriggeringInTheFutureIsDisabled() -
shouldWakeUpWaitNodeWithEventTriggeringInTheFutureDisabled
public void shouldWakeUpWaitNodeWithEventTriggeringInTheFutureDisabled() throws InterruptedException, TimeoutException- Throws:
InterruptedExceptionTimeoutException
-