Class ProductEntitlementValidatorTest
java.lang.Object
de.hybris.platform.entitlementservices.interceptor.impl.ProductEntitlementValidatorTest
-
Constructor Details
-
ProductEntitlementValidatorTest
public ProductEntitlementValidatorTest()
-
-
Method Details
-
setUp
public void setUp() -
tearDown
public void tearDown() -
testProductEntitlementValidatorQuantityIsPositive
- Throws:
InterceptorException
-
testProductEntitlementValidatorQuantityIsZero
- Throws:
InterceptorException
-
testProductEntitlementValidatorQuantityIsMinusOne
- Throws:
InterceptorException
-
testProductEntitlementValidatorQuantityIsNegative
- Throws:
InterceptorException
-
testProductEntitlementValidatorWithoutUsageUnit
- Throws:
InterceptorException
-
shouldRejectTimeUnitWithoutStartDate
- Throws:
InterceptorException
-
shouldRejectDurationWithoutStartDate
- Throws:
InterceptorException
-
shouldAcceptZeroDuration
- Throws:
InterceptorException
-
shouldAcceptUnlimitedDuration
- Throws:
InterceptorException
-
shouldRejectPathEndingWithSeparator
- Throws:
InterceptorException
-
shouldRejectNegativeDuration
- Throws:
InterceptorException
-
shouldRejectZeroStartTime
- Throws:
InterceptorException
-
shouldRejectNegativeStartTime
- Throws:
InterceptorException
-
shouldRejectCommasInGeoPath
- Throws:
InterceptorException
-
shouldRejectTrailingSlash
- Throws:
InterceptorException
-
locationWithTrailingSlash
- Throws:
InterceptorException
-
locationWithTooManyLevels
- Throws:
InterceptorException
-
locationWithMissingRegion
- Throws:
InterceptorException
-
locationWithLeadingSlash
- Throws:
InterceptorException
-
locationWithComma
- Throws:
InterceptorException
-
pathWithTrailingSlash
- Throws:
InterceptorException
-