Class JobPerformableGenericTypeValidatorTest
- java.lang.Object
-
- de.hybris.platform.servicelayer.cronjob.impl.JobPerformableGenericTypeValidatorTest
-
@UnitTest public class JobPerformableGenericTypeValidatorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description JobPerformableGenericTypeValidatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testAdvancedCronJobModelWithLessSpecificPerformable()
void
testAdvancedCronJobModelWithMoreSpecificPerformable()
void
testAdvancedCronJobModelWithTheSameSpecificPerformable()
void
testCronJobModelWithEvenMoreSpecificPerformable()
void
testCronJobModelWithMoreSpecificPerformable()
void
testCronJobModelWithTheSameSpecificPerformable()
void
testMoreAdvancedCronJobModelWithEvenLessSpecificPerformable()
void
testMoreAdvancedCronJobModelWithLessSpecificPerformable()
void
testMoreAdvancedCronJobModelWithTheSameSpecificPerformable()
void
testNotServicelayerJob()
void
testNullServicelayerJobPerformable()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testNotServicelayerJob
public void testNotServicelayerJob() throws InterceptorException
- Throws:
InterceptorException
-
testNullServicelayerJobPerformable
public void testNullServicelayerJobPerformable() throws InterceptorException
- Throws:
InterceptorException
-
testCronJobModelWithTheSameSpecificPerformable
public void testCronJobModelWithTheSameSpecificPerformable() throws InterceptorException
- Throws:
InterceptorException
-
testCronJobModelWithMoreSpecificPerformable
public void testCronJobModelWithMoreSpecificPerformable() throws InterceptorException
- Throws:
InterceptorException
-
testCronJobModelWithEvenMoreSpecificPerformable
public void testCronJobModelWithEvenMoreSpecificPerformable() throws InterceptorException
- Throws:
InterceptorException
-
testAdvancedCronJobModelWithLessSpecificPerformable
public void testAdvancedCronJobModelWithLessSpecificPerformable() throws InterceptorException
- Throws:
InterceptorException
-
testAdvancedCronJobModelWithTheSameSpecificPerformable
public void testAdvancedCronJobModelWithTheSameSpecificPerformable() throws InterceptorException
- Throws:
InterceptorException
-
testAdvancedCronJobModelWithMoreSpecificPerformable
public void testAdvancedCronJobModelWithMoreSpecificPerformable() throws InterceptorException
- Throws:
InterceptorException
-
testMoreAdvancedCronJobModelWithEvenLessSpecificPerformable
public void testMoreAdvancedCronJobModelWithEvenLessSpecificPerformable() throws InterceptorException
- Throws:
InterceptorException
-
testMoreAdvancedCronJobModelWithLessSpecificPerformable
public void testMoreAdvancedCronJobModelWithLessSpecificPerformable() throws InterceptorException
- Throws:
InterceptorException
-
testMoreAdvancedCronJobModelWithTheSameSpecificPerformable
public void testMoreAdvancedCronJobModelWithTheSameSpecificPerformable() throws InterceptorException
- Throws:
InterceptorException
-
-