Class BindingProcessTaskToDefaultNodeGroupIntegrationTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.ServicelayerTransactionalBaseTest
-
- de.hybris.platform.processengine.definition.BindingProcessTaskToDefaultNodeGroupIntegrationTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class BindingProcessTaskToDefaultNodeGroupIntegrationTest extends ServicelayerTransactionalBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description BindingProcessTaskToDefaultNodeGroupIntegrationTest()
-
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
-
setUp
public void setUp() throws java.io.IOException
- Throws:
java.io.IOException
-
tearDown
public void tearDown()
-
shouldUseDefaultGroupForActionWhenActionSpecificGroupOrNodeAreNotDefined
public void shouldUseDefaultGroupForActionWhenActionSpecificGroupOrNodeAreNotDefined() throws java.io.IOException
- Throws:
java.io.IOException
-
shouldNotUseDefaultGroupForActionWhenOnlyActionSpecificNodeIsDefined
public void shouldNotUseDefaultGroupForActionWhenOnlyActionSpecificNodeIsDefined() throws java.io.IOException
- Throws:
java.io.IOException
-
shouldUseNodeSpecificGroupForActionWhenOnlyActionSpecificGroupIsDefined
public void shouldUseNodeSpecificGroupForActionWhenOnlyActionSpecificGroupIsDefined() throws java.io.IOException
- Throws:
java.io.IOException
-
shouldUseNodeSpecificGroupForActionWhenActionSpecificGroupAndNodeAreDefined
public void shouldUseNodeSpecificGroupForActionWhenActionSpecificGroupAndNodeAreDefined() throws java.io.IOException
- Throws:
java.io.IOException
-
shouldUseDefaultGroupForTheWaitNode
public void shouldUseDefaultGroupForTheWaitNode() throws java.io.IOException
- Throws:
java.io.IOException
-
shouldUseDefaultGroupForTheNotifyNode
public void shouldUseDefaultGroupForTheNotifyNode() throws java.io.IOException
- Throws:
java.io.IOException
-
shouldNotSetClusterGroupAndNodeForActionWhenThereIsNoDefaultGroupAndSpecificClusterSetingsAreNotDefined
public void shouldNotSetClusterGroupAndNodeForActionWhenThereIsNoDefaultGroupAndSpecificClusterSetingsAreNotDefined() throws java.io.IOException
- Throws:
java.io.IOException
-
shouldSetClusterGroupWhenThereIsNoDefaultGroupAndSpecificClusterGroupIsDefined
public void shouldSetClusterGroupWhenThereIsNoDefaultGroupAndSpecificClusterGroupIsDefined() throws java.io.IOException
- Throws:
java.io.IOException
-
shouldSetClusterNodeWhenThereIsNoDefaultGroupAndSpecificClusterNodeIsDefined
public void shouldSetClusterNodeWhenThereIsNoDefaultGroupAndSpecificClusterNodeIsDefined() throws java.io.IOException
- Throws:
java.io.IOException
-
shouldSetClusterNodeWhenThereIsNoDefaultGroupAndSpecificClusterNodeAndGroupAreDefined
public void shouldSetClusterNodeWhenThereIsNoDefaultGroupAndSpecificClusterNodeAndGroupAreDefined() throws java.io.IOException
- Throws:
java.io.IOException
-
shouldNotSetClusterGroupAndNodeForWaitNodeWhenThereIsNoDefaultGroup
public void shouldNotSetClusterGroupAndNodeForWaitNodeWhenThereIsNoDefaultGroup() throws java.io.IOException
- Throws:
java.io.IOException
-
shouldNotSetClusterGroupAndNodeForNotifyNodeWhenThereIsNoDefaultGroup
public void shouldNotSetClusterGroupAndNodeForNotifyNodeWhenThereIsNoDefaultGroup() throws java.io.IOException
- Throws:
java.io.IOException
-
-