Class ServicesCustomerCleanupHookUnitTest
- java.lang.Object
-
- de.hybris.platform.b2ctelcoservices.retention.impl.ServicesCustomerCleanupHookUnitTest
-
@UnitTest public class ServicesCustomerCleanupHookUnitTest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.ExpectedExceptionthrown
-
Constructor Summary
Constructors Constructor Description ServicesCustomerCleanupHookUnitTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidshouldCleanupRelatedObjects()voidshouldCleanupRelatedObjectsWhenPrincipalIsNull()voidshouldCleanUpRelatedObjectsWhenSubscriptionBaseIsNull()voidshouldNotCleanupRelatedObjectsIfInputIsNull()voidshouldRemoveItem()voidwhenAverageServiceUsagesIsNull()
-
-
-
Method Detail
-
setup
public void setup()
-
shouldCleanupRelatedObjects
public void shouldCleanupRelatedObjects()
-
shouldCleanupRelatedObjectsWhenPrincipalIsNull
public void shouldCleanupRelatedObjectsWhenPrincipalIsNull()
-
shouldCleanUpRelatedObjectsWhenSubscriptionBaseIsNull
public void shouldCleanUpRelatedObjectsWhenSubscriptionBaseIsNull()
-
shouldNotCleanupRelatedObjectsIfInputIsNull
public void shouldNotCleanupRelatedObjectsIfInputIsNull()
-
whenAverageServiceUsagesIsNull
public void whenAverageServiceUsagesIsNull()
-
shouldRemoveItem
public void shouldRemoveItem()
-
-