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 Classes Modifier and Type Class Description static class
BusinessProcessEventTriggeringIntegrationTest.Context
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description BusinessProcessEventTriggeringIntegrationTest()
-
Method Summary
-
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
-
getContext
public static BusinessProcessEventTriggeringIntegrationTest.Context getContext()
-
setUp
public void setUp()
-
shouldThrowNullPointerWhenTriggeringNullEvent
public void shouldThrowNullPointerWhenTriggeringNullEvent()
-
shouldWakeUpWaitNodeWithoutChoiceWithEventTriggeredAfterProcessStarted
public void shouldWakeUpWaitNodeWithoutChoiceWithEventTriggeredAfterProcessStarted() throws java.lang.InterruptedException, java.util.concurrent.TimeoutException
- Throws:
java.lang.InterruptedException
java.util.concurrent.TimeoutException
-
shouldWakeUpWaitNodeWithoutChoiceWithEventTriggeredBeforeProcessHasStarted
public void shouldWakeUpWaitNodeWithoutChoiceWithEventTriggeredBeforeProcessHasStarted() throws java.lang.InterruptedException, java.util.concurrent.TimeoutException
- Throws:
java.lang.InterruptedException
java.util.concurrent.TimeoutException
-
shouldWakeUpWaitNodeWithChoiceWithEventTriggeredBeforeProcessHasStarted
public void shouldWakeUpWaitNodeWithChoiceWithEventTriggeredBeforeProcessHasStarted() throws java.lang.InterruptedException, java.util.concurrent.TimeoutException
- Throws:
java.lang.InterruptedException
java.util.concurrent.TimeoutException
-
shouldWakeUpWaitNodeWithChoiceWithEventTriggeredAfterProcessHasStarted
public void shouldWakeUpWaitNodeWithChoiceWithEventTriggeredAfterProcessHasStarted() throws java.lang.InterruptedException, java.util.concurrent.TimeoutException
- Throws:
java.lang.InterruptedException
java.util.concurrent.TimeoutException
-
shouldFailWhenEventHasBeenAlreadyTriggeredWithoutChoice
public void shouldFailWhenEventHasBeenAlreadyTriggeredWithoutChoice()
-
shouldFailWhenEventHasBeenAlreadyTriggeredWithChoice
public void shouldFailWhenEventHasBeenAlreadyTriggeredWithChoice()
-
shouldFailWhenNoOneWaitsAndTriggeringInTheFutureIsDisabled
public void shouldFailWhenNoOneWaitsAndTriggeringInTheFutureIsDisabled()
-
shouldWakeUpWaitNodeWithEventTriggeringInTheFutureDisabled
public void shouldWakeUpWaitNodeWithEventTriggeringInTheFutureDisabled() throws java.lang.InterruptedException, java.util.concurrent.TimeoutException
- Throws:
java.lang.InterruptedException
java.util.concurrent.TimeoutException
-
-