Class HybrisDecimalMinValidatorForLongTest
java.lang.Object
de.hybris.platform.validation.validators.AbstractHybrisNumberValidatorTest<Long,HybrisDecimalMin>
de.hybris.platform.validation.validators.HybrisDecimalMinValidatorForLongTest
@UnitTest
public class HybrisDecimalMinValidatorForLongTest
extends AbstractHybrisNumberValidatorTest<Long,HybrisDecimalMin>
-
Field Summary
Fields inherited from class de.hybris.platform.validation.validators.AbstractHybrisNumberValidatorTest
ctx, validator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected LongValue has to exact the used bean definition annotation valueprotected LongValue has to exact the used bean definition annotation valueprotected LonggetValueAboveGivenMax(Long borderValueMax) protected LonggetValueAboveGivenMin(Long borderValueMax) protected LonggetValueBelowGivenMax(Long borderValueMax) protected LonggetValueBelowGivenMin(Long borderValueMax) voidinit()voidvoidvoidvoidvoidvoidMethods inherited from class de.hybris.platform.validation.validators.AbstractHybrisNumberValidatorTest
assertIsNotValidValue, assertIsValidValue, clearClassAfterTest, prepareMaxAnnotationInstance, prepareMinAnnotationInstance
-
Constructor Details
-
HybrisDecimalMinValidatorForLongTest
public HybrisDecimalMinValidatorForLongTest()
-
-
Method Details
-
init
public void init() -
testCheckLowerBorderCaseGreater
public void testCheckLowerBorderCaseGreater() -
testCheckLowerBorderCaseLower
public void testCheckLowerBorderCaseLower() -
testCheckLowerBorderCaseEqual
public void testCheckLowerBorderCaseEqual() -
getValueAboveGivenMin
- Specified by:
getValueAboveGivenMinin classAbstractHybrisNumberValidatorTest<Long,HybrisDecimalMin>
-
getValueBelowGivenMin
- Specified by:
getValueBelowGivenMinin classAbstractHybrisNumberValidatorTest<Long,HybrisDecimalMin>
-
getBorderCaseMin
Description copied from class:AbstractHybrisNumberValidatorTestValue has to exact the used bean definition annotation value- Specified by:
getBorderCaseMinin classAbstractHybrisNumberValidatorTest<Long,HybrisDecimalMin>
-
testCheckUpperBorderCaseGreater
public void testCheckUpperBorderCaseGreater() -
testCheckUpperBorderCaseLower
public void testCheckUpperBorderCaseLower() -
testCheckUpperBorderCaseEqual
public void testCheckUpperBorderCaseEqual() -
getValueAboveGivenMax
- Specified by:
getValueAboveGivenMaxin classAbstractHybrisNumberValidatorTest<Long,HybrisDecimalMin>
-
getValueBelowGivenMax
- Specified by:
getValueBelowGivenMaxin classAbstractHybrisNumberValidatorTest<Long,HybrisDecimalMin>
-
getBorderCaseMax
Description copied from class:AbstractHybrisNumberValidatorTestValue has to exact the used bean definition annotation value- Specified by:
getBorderCaseMaxin classAbstractHybrisNumberValidatorTest<Long,HybrisDecimalMin>
-