@UnitTest public class AbstractCouponValidateInterceptorUnitTest extends java.lang.Object
| Constructor and Description |
|---|
AbstractCouponValidateInterceptorUnitTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
testOnValidateEndDateIsNull() |
void |
testOnValidateFalse() |
void |
testOnValidateFalseWhenEndDateInThePast() |
void |
testOnValidateFalseWhenEndDateLessThenStartDate() |
void |
testOnValidateModelIsNull() |
void |
testOnValidateStartDateIsNull() |
void |
testOnValidateTrue() |
public AbstractCouponValidateInterceptorUnitTest()
public void setUp()
public void testOnValidateModelIsNull()
throws InterceptorException
InterceptorExceptionpublic void testOnValidateStartDateIsNull()
throws InterceptorException
InterceptorExceptionpublic void testOnValidateEndDateIsNull()
throws InterceptorException
InterceptorExceptionpublic void testOnValidateTrue()
throws InterceptorException
InterceptorExceptionpublic void testOnValidateFalse()
throws InterceptorException
InterceptorExceptionpublic void testOnValidateFalseWhenEndDateInThePast()
throws InterceptorException
InterceptorExceptionpublic void testOnValidateFalseWhenEndDateLessThenStartDate()
throws InterceptorException
InterceptorExceptionCopyright © 2018 SAP SE. All Rights Reserved.