Class WorkflowTemplateExistsPredicateTest
- java.lang.Object
-
- de.hybris.platform.cmsfacades.common.predicate.WorkflowTemplateExistsPredicateTest
-
@UnitTest public class WorkflowTemplateExistsPredicateTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description WorkflowTemplateExistsPredicateTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgivenAmbiguousWorkflowTemplateCode_WhenTestIsCalled_ThenItReturnsFalse()voidgivenUnknownWorkflowTemplateCode_WhenTestIsCalled_ThenItReturnsFalse()voidgivenValidWorkflowTemplateCode_WhenTestIsCalled_ThenItReturnsTrue()voidsetUp()
-
-
-
Method Detail
-
setUp
public void setUp()
-
givenAmbiguousWorkflowTemplateCode_WhenTestIsCalled_ThenItReturnsFalse
public void givenAmbiguousWorkflowTemplateCode_WhenTestIsCalled_ThenItReturnsFalse()
-
givenUnknownWorkflowTemplateCode_WhenTestIsCalled_ThenItReturnsFalse
public void givenUnknownWorkflowTemplateCode_WhenTestIsCalled_ThenItReturnsFalse()
-
givenValidWorkflowTemplateCode_WhenTestIsCalled_ThenItReturnsTrue
public void givenValidWorkflowTemplateCode_WhenTestIsCalled_ThenItReturnsTrue()
-
-