Class TmaPolicyStatementValidateInterceptorTest

java.lang.Object
de.hybris.platform.b2ctelcoservices.interceptors.TmaPolicyStatementValidateInterceptorTest

@UnitTest public class TmaPolicyStatementValidateInterceptorTest extends Object
Since:
6.7
  • Constructor Details

    • TmaPolicyStatementValidateInterceptorTest

      public TmaPolicyStatementValidateInterceptorTest()
  • Method Details

    • 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()