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 -
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
-
BindingProcessTaskToDefaultNodeGroupIntegrationTest
public BindingProcessTaskToDefaultNodeGroupIntegrationTest()
-
-
Method Details
-
setUp
- Throws:
IOException
-
tearDown
public void tearDown() -
shouldUseDefaultGroupForActionWhenActionSpecificGroupOrNodeAreNotDefined
public void shouldUseDefaultGroupForActionWhenActionSpecificGroupOrNodeAreNotDefined() throws IOException- Throws:
IOException
-
shouldNotUseDefaultGroupForActionWhenOnlyActionSpecificNodeIsDefined
public void shouldNotUseDefaultGroupForActionWhenOnlyActionSpecificNodeIsDefined() throws IOException- Throws:
IOException
-
shouldUseNodeSpecificGroupForActionWhenOnlyActionSpecificGroupIsDefined
public void shouldUseNodeSpecificGroupForActionWhenOnlyActionSpecificGroupIsDefined() throws IOException- Throws:
IOException
-
shouldUseNodeSpecificGroupForActionWhenActionSpecificGroupAndNodeAreDefined
public void shouldUseNodeSpecificGroupForActionWhenActionSpecificGroupAndNodeAreDefined() throws IOException- Throws:
IOException
-
shouldUseDefaultGroupForTheWaitNode
- Throws:
IOException
-
shouldUseDefaultGroupForTheNotifyNode
- Throws:
IOException
-
shouldNotSetClusterGroupAndNodeForActionWhenThereIsNoDefaultGroupAndSpecificClusterSetingsAreNotDefined
public void shouldNotSetClusterGroupAndNodeForActionWhenThereIsNoDefaultGroupAndSpecificClusterSetingsAreNotDefined() throws IOException- Throws:
IOException
-
shouldSetClusterGroupWhenThereIsNoDefaultGroupAndSpecificClusterGroupIsDefined
public void shouldSetClusterGroupWhenThereIsNoDefaultGroupAndSpecificClusterGroupIsDefined() throws IOException- Throws:
IOException
-
shouldSetClusterNodeWhenThereIsNoDefaultGroupAndSpecificClusterNodeIsDefined
public void shouldSetClusterNodeWhenThereIsNoDefaultGroupAndSpecificClusterNodeIsDefined() throws IOException- Throws:
IOException
-
shouldSetClusterNodeWhenThereIsNoDefaultGroupAndSpecificClusterNodeAndGroupAreDefined
public void shouldSetClusterNodeWhenThereIsNoDefaultGroupAndSpecificClusterNodeAndGroupAreDefined() throws IOException- Throws:
IOException
-
shouldNotSetClusterGroupAndNodeForWaitNodeWhenThereIsNoDefaultGroup
public void shouldNotSetClusterGroupAndNodeForWaitNodeWhenThereIsNoDefaultGroup() throws IOException- Throws:
IOException
-
shouldNotSetClusterGroupAndNodeForNotifyNodeWhenThereIsNoDefaultGroup
public void shouldNotSetClusterGroupAndNodeForNotifyNodeWhenThereIsNoDefaultGroup() throws IOException- Throws:
IOException
-