Class CreditCardPaymentInfoValidatorTest
- java.lang.Object
-
- de.hybris.platform.order.interceptors.CreditCardPaymentInfoValidatorTest
-
@UnitTest public class CreditCardPaymentInfoValidatorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CreditCardPaymentInfoValidatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestInValid()voidtestUnchanged()Tests what happens if the card data: number and type were unchanged.voidtestValid()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testUnchanged
public void testUnchanged() throws BusinessExceptionTests what happens if the card data: number and type were unchanged.- Throws:
BusinessException
-
testValid
public void testValid() throws BusinessException- Throws:
BusinessException
-
testInValid
public void testInValid() throws BusinessException- Throws:
BusinessException
-
-