Class CronJobScriptingIntegrationTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.ServicelayerTransactionalBaseTest
-
- de.hybris.platform.servicelayer.cronjob.scripting.CronJobScriptingIntegrationTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class CronJobScriptingIntegrationTest extends ServicelayerTransactionalBaseTest
Integration tests for cronjob scripting
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description CronJobScriptingIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testPerformCronJobForBadScript()
void
testPerformCronJobForNotExistingScript()
void
testPerformCronJobForStoredCorrectScript()
void
testPerformCronJobForStoredCorrectScriptWithPerformResult()
-
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
-
testPerformCronJobForStoredCorrectScript
public void testPerformCronJobForStoredCorrectScript() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testPerformCronJobForStoredCorrectScriptWithPerformResult
public void testPerformCronJobForStoredCorrectScriptWithPerformResult() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testPerformCronJobForNotExistingScript
public void testPerformCronJobForNotExistingScript() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testPerformCronJobForBadScript
public void testPerformCronJobForBadScript() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-