Class CronJobServiceDemoTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.ServicelayerTransactionalBaseTest
-
- de.hybris.platform.servicelayer.cronjob.CronJobServiceDemoTest
-
- All Implemented Interfaces:
JaloSessionHolder
@DemoTest public class CronJobServiceDemoTest extends ServicelayerTransactionalBaseTest
Demo test class forCronJobService
.
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description CronJobServiceDemoTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testCreate()
void
testExistingCronJobFactory()
void
testGetExistingCronJob()
void
testGetExistingJob()
void
testGetGenericCronJobFactory()
void
testGetJobPerformable()
void
testPerform()
-
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
-
testCreate
public void testCreate()
-
testPerform
public void testPerform() throws InterceptorException
- Throws:
InterceptorException
-
testExistingCronJobFactory
public void testExistingCronJobFactory() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testGetGenericCronJobFactory
public void testGetGenericCronJobFactory()
-
testGetJobPerformable
public void testGetJobPerformable()
-
testGetExistingCronJob
public void testGetExistingCronJob()
-
testGetExistingJob
public void testGetExistingJob() throws BusinessException
- Throws:
BusinessException
-
-