Class ChineseCellphoneValidateStrategyTest
- java.lang.Object
-
- de.hybris.platform.addressservices.strategies.impl.ChineseCellphoneValidateStrategyTest
-
@UnitTest public class ChineseCellphoneValidateStrategyTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ChineseCellphoneValidateStrategyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprepare()voidtestIsInvalidCellphoneByEmptyCellhone()voidtestIsInvalidCellphoneByUnValidCellphone()voidtestIsInvalidCellphoneByValidCellphone()
-
-
-
Method Detail
-
prepare
public void prepare()
-
testIsInvalidCellphoneByValidCellphone
public void testIsInvalidCellphoneByValidCellphone()
-
testIsInvalidCellphoneByUnValidCellphone
public void testIsInvalidCellphoneByUnValidCellphone()
-
testIsInvalidCellphoneByEmptyCellhone
public void testIsInvalidCellphoneByEmptyCellhone()
-
-