Class CollectRetainableCMSVersionsGCProcessActionTest
- java.lang.Object
-
- de.hybris.platform.cms2.version.processengine.action.impl.CollectRetainableCMSVersionsGCProcessActionTest
-
@UnitTest public class CollectRetainableCMSVersionsGCProcessActionTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CollectRetainableCMSVersionsGCProcessActionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgivenExceptionThrownThenActionReturnsError()voidgivenInvalidProcessModelThenActionReturnsFailed()voidgivenNoExceptionThrownThenActionReturnsSucceeded()voidsetup()
-
-
-
Method Detail
-
setup
public void setup()
-
givenInvalidProcessModelThenActionReturnsFailed
public void givenInvalidProcessModelThenActionReturnsFailed() throws java.lang.Exception- Throws:
java.lang.Exception
-
givenNoExceptionThrownThenActionReturnsSucceeded
public void givenNoExceptionThrownThenActionReturnsSucceeded() throws java.lang.Exception- Throws:
java.lang.Exception
-
givenExceptionThrownThenActionReturnsError
public void givenExceptionThrownThenActionReturnsError() throws java.lang.Exception- Throws:
java.lang.Exception
-
-