Class TmaPolicyStatementValidateInterceptorTest
- java.lang.Object
-
- de.hybris.platform.b2ctelcoservices.interceptors.TmaPolicyStatementValidateInterceptorTest
-
@UnitTest public class TmaPolicyStatementValidateInterceptorTest extends java.lang.ObjectUnit test forTmaPolicyStatementValidateInterceptor.- Since:
- 6.7
-
-
Constructor Summary
Constructors Constructor Description TmaPolicyStatementValidateInterceptorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TmaPolicyStatementValidateInterceptorgetPolicyStatementValidateInterceptor()voidsetUp()voidtestValidateCorrectEmptyMaxValues()voidtestValidateCorrectValues()voidtestValidateInvalidMaxValue()voidtestValidateMaxLessThanZeroValue()voidtestValidateMinLessThanZeroValue()voidtestValidateNullMinValue()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testValidateNullMinValue
public void testValidateNullMinValue()
-
testValidateMinLessThanZeroValue
public void testValidateMinLessThanZeroValue()
-
testValidateMaxLessThanZeroValue
public void testValidateMaxLessThanZeroValue()
-
testValidateInvalidMaxValue
public void testValidateInvalidMaxValue()
-
testValidateCorrectValues
public void testValidateCorrectValues()
-
testValidateCorrectEmptyMaxValues
public void testValidateCorrectEmptyMaxValues()
-
getPolicyStatementValidateInterceptor
protected TmaPolicyStatementValidateInterceptor getPolicyStatementValidateInterceptor()
-
-