Class RemoveCMSVersionsGCProcessActionTest
- java.lang.Object
-
- de.hybris.platform.cms2.version.processengine.action.impl.RemoveCMSVersionsGCProcessActionTest
-
@UnitTest public class RemoveCMSVersionsGCProcessActionTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RemoveCMSVersionsGCProcessActionTest()
-
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
-
-