Package de.hybris.platform.catalog.job
Class RemoveCatalogVersionJobPerformableTest
- java.lang.Object
-
- de.hybris.platform.catalog.job.RemoveCatalogVersionJobPerformableTest
-
@UnitTest public class RemoveCatalogVersionJobPerformableTest extends java.lang.Object
Test covering high levelRemoveCatalogVersionJobPerformablelogic.
-
-
Constructor Summary
Constructors Constructor Description RemoveCatalogVersionJobPerformableTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestPerformableCatalogReturnsResult()voidtestPerformableCatalogThrowsException()voidtestPerformableCatalogVersionReturnsResult()voidtestPerformableCatalogVersionThrowsException()voidtestPerformableEmptyCatalogVersionCronJob()voidtestPerformableEmptyCronJob()voidtestPerformableNotEmptyCatalogVersionCronJob()voidtestPerformableNullCronJob()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testPerformableNullCronJob
public void testPerformableNullCronJob()
-
testPerformableEmptyCronJob
public void testPerformableEmptyCronJob()
-
testPerformableEmptyCatalogVersionCronJob
public void testPerformableEmptyCatalogVersionCronJob()
-
testPerformableCatalogThrowsException
public void testPerformableCatalogThrowsException()
-
testPerformableCatalogReturnsResult
public void testPerformableCatalogReturnsResult()
-
testPerformableCatalogVersionThrowsException
public void testPerformableCatalogVersionThrowsException()
-
testPerformableCatalogVersionReturnsResult
public void testPerformableCatalogVersionReturnsResult()
-
testPerformableNotEmptyCatalogVersionCronJob
public void testPerformableNotEmptyCatalogVersionCronJob()
-
-