Class CouponNotificationCleanupHookTest
- java.lang.Object
-
- de.hybris.platform.customercouponservices.retention.hook.CouponNotificationCleanupHookTest
-
@UnitTest public class CouponNotificationCleanupHookTest extends java.lang.Object
Unit test forCouponNotificationCleanupHook
-
-
Constructor Summary
Constructors Constructor Description CouponNotificationCleanupHookTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprepare()voidtestCleanupRelatedObjects_customerNull()voidtestCleanupRelatedObjects_customerWithNotification()voidtestCleanupRelatedObjects_customerWithoutNotification()
-
-
-
Method Detail
-
prepare
public void prepare()
-
testCleanupRelatedObjects_customerNull
public void testCleanupRelatedObjects_customerNull()
-
testCleanupRelatedObjects_customerWithNotification
public void testCleanupRelatedObjects_customerWithNotification()
-
testCleanupRelatedObjects_customerWithoutNotification
public void testCleanupRelatedObjects_customerWithoutNotification()
-
-