Class ReloadProcessDefinitionInRuntimeTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.processengine.definition.ReloadProcessDefinitionInRuntimeTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class ReloadProcessDefinitionInRuntimeTest extends ServicelayerBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description ReloadProcessDefinitionInRuntimeTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
processShouldContinueWithOldDefinition()
void
processShouldStartWithLatestProcessDefinition()
void
setUp()
void
smokeTest()
void
tearDown()
-
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()
-
tearDown
public void tearDown()
-
processShouldContinueWithOldDefinition
public void processShouldContinueWithOldDefinition() throws java.lang.InterruptedException, java.util.concurrent.TimeoutException
- Throws:
java.lang.InterruptedException
java.util.concurrent.TimeoutException
-
processShouldStartWithLatestProcessDefinition
public void processShouldStartWithLatestProcessDefinition() throws java.lang.InterruptedException, java.util.concurrent.TimeoutException
- Throws:
java.lang.InterruptedException
java.util.concurrent.TimeoutException
-
smokeTest
public void smokeTest() throws java.lang.InterruptedException, java.util.concurrent.TimeoutException
- Throws:
java.lang.InterruptedException
java.util.concurrent.TimeoutException
-
-