Class PickExactlyNBundleSelectionCriteriaValidateInterceptorTest
- java.lang.Object
-
- de.hybris.platform.configurablebundleservices.interceptor.impl.PickExactlyNBundleSelectionCriteriaValidateInterceptorTest
-
@UnitTest public class PickExactlyNBundleSelectionCriteriaValidateInterceptorTest extends java.lang.Object
Test that the pick exactly N selection criteria has at least 1 selection
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.ExpectedExceptionthrown
-
Constructor Summary
Constructors Constructor Description PickExactlyNBundleSelectionCriteriaValidateInterceptorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidvalidateSelectionNumberGreaterThanOrEqual1()voidvalidateSelectionNumberLesserThan1()
-
-
-
Method Detail
-
setUp
public void setUp()
-
validateSelectionNumberGreaterThanOrEqual1
public void validateSelectionNumberGreaterThanOrEqual1() throws InterceptorException- Throws:
InterceptorException
-
validateSelectionNumberLesserThan1
public void validateSelectionNumberLesserThan1() throws InterceptorException- Throws:
InterceptorException
-
-