Package de.hybris.platform.task.impl
Class AuxiliaryTablesSchedulerRoleTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.task.impl.AuxiliaryTablesSchedulerRoleTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class AuxiliaryTablesSchedulerRoleTest extends ServicelayerBaseTest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAuxiliaryTablesSchedulerRoleTest.MockRuntimeConfigHolder
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description AuxiliaryTablesSchedulerRoleTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtearDown()voidtryToPerformSchedulerJob()-
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.lang.Exception- Throws:
java.lang.Exception
-
tearDown
public void tearDown() throws java.lang.Exception- Throws:
java.lang.Exception
-
tryToPerformSchedulerJob
public void tryToPerformSchedulerJob() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
-