Class JobPerformableGenericTypeValidatorTest
java.lang.Object
de.hybris.platform.servicelayer.cronjob.impl.JobPerformableGenericTypeValidatorTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
JobPerformableGenericTypeValidatorTest
public JobPerformableGenericTypeValidatorTest()
-
-
Method Details
-
setUp
public void setUp() -
testNotServicelayerJob
- Throws:
InterceptorException
-
testNullServicelayerJobPerformable
- Throws:
InterceptorException
-
testCronJobModelWithTheSameSpecificPerformable
- Throws:
InterceptorException
-
testCronJobModelWithMoreSpecificPerformable
- Throws:
InterceptorException
-
testCronJobModelWithEvenMoreSpecificPerformable
- Throws:
InterceptorException
-
testAdvancedCronJobModelWithLessSpecificPerformable
- Throws:
InterceptorException
-
testAdvancedCronJobModelWithTheSameSpecificPerformable
- Throws:
InterceptorException
-
testAdvancedCronJobModelWithMoreSpecificPerformable
- Throws:
InterceptorException
-
testMoreAdvancedCronJobModelWithEvenLessSpecificPerformable
public void testMoreAdvancedCronJobModelWithEvenLessSpecificPerformable() throws InterceptorException- Throws:
InterceptorException
-
testMoreAdvancedCronJobModelWithLessSpecificPerformable
- Throws:
InterceptorException
-
testMoreAdvancedCronJobModelWithTheSameSpecificPerformable
public void testMoreAdvancedCronJobModelWithTheSameSpecificPerformable() throws InterceptorException- Throws:
InterceptorException
-