Class PickNToMBundleSelectionCriteriaValidateInterceptorTest
- java.lang.Object
-
- de.hybris.platform.configurablebundleservices.interceptor.impl.PickNToMBundleSelectionCriteriaValidateInterceptorTest
-
@UnitTest public class PickNToMBundleSelectionCriteriaValidateInterceptorTest extends java.lang.Object
Test to check validations applied on PickNToMSelection criteria
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.ExpectedExceptionthrown
-
Constructor Summary
Constructors Constructor Description PickNToMBundleSelectionCriteriaValidateInterceptorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestMshouldBeGreaterThanN()voidtestNAndMCannotBeGreaterThan()voidtestNAndMshouldBeNonNegative()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testNAndMshouldBeNonNegative
public void testNAndMshouldBeNonNegative() throws InterceptorException- Throws:
InterceptorException
-
testMshouldBeGreaterThanN
public void testMshouldBeGreaterThanN() throws InterceptorException- Throws:
InterceptorException
-
testNAndMCannotBeGreaterThan
public void testNAndMCannotBeGreaterThan() throws InterceptorException- Throws:
InterceptorException
-
-