@UnitTest public class HybrisDecimalMinValidatorForLongTest extends AbstractHybrisNumberValidatorTest<Long,HybrisDecimalMin>
ctx, validator| Constructor and Description |
|---|
HybrisDecimalMinValidatorForLongTest() |
| Modifier and Type | Method and Description |
|---|---|
protected Long |
getBorderCaseMax()
Value has to exact the used bean definition annotation value
|
protected Long |
getBorderCaseMin()
Value has to exact the used bean definition annotation value
|
protected Long |
getValueAboveGivenMax(Long borderValueMax) |
protected Long |
getValueAboveGivenMin(Long borderValueMax) |
protected Long |
getValueBelowGivenMax(Long borderValueMax) |
protected Long |
getValueBelowGivenMin(Long borderValueMax) |
void |
init() |
void |
testCheckLowerBorderCaseEqual() |
void |
testCheckLowerBorderCaseGreater() |
void |
testCheckLowerBorderCaseLower() |
void |
testCheckUpperBorderCaseEqual() |
void |
testCheckUpperBorderCaseGreater() |
void |
testCheckUpperBorderCaseLower() |
assertIsNotValidValue, assertIsValidValue, clearClassAfterTest, prepareMaxAnnotationInstance, prepareMinAnnotationInstancepublic HybrisDecimalMinValidatorForLongTest()
public void init()
public void testCheckLowerBorderCaseGreater()
public void testCheckLowerBorderCaseLower()
public void testCheckLowerBorderCaseEqual()
protected Long getValueAboveGivenMin(Long borderValueMax)
getValueAboveGivenMin in class AbstractHybrisNumberValidatorTest<Long,HybrisDecimalMin>protected Long getValueBelowGivenMin(Long borderValueMax)
getValueBelowGivenMin in class AbstractHybrisNumberValidatorTest<Long,HybrisDecimalMin>protected Long getBorderCaseMin()
AbstractHybrisNumberValidatorTestgetBorderCaseMin in class AbstractHybrisNumberValidatorTest<Long,HybrisDecimalMin>public void testCheckUpperBorderCaseGreater()
public void testCheckUpperBorderCaseLower()
public void testCheckUpperBorderCaseEqual()
protected Long getValueAboveGivenMax(Long borderValueMax)
getValueAboveGivenMax in class AbstractHybrisNumberValidatorTest<Long,HybrisDecimalMin>protected Long getValueBelowGivenMax(Long borderValueMax)
getValueBelowGivenMax in class AbstractHybrisNumberValidatorTest<Long,HybrisDecimalMin>protected Long getBorderCaseMax()
AbstractHybrisNumberValidatorTestgetBorderCaseMax in class AbstractHybrisNumberValidatorTest<Long,HybrisDecimalMin>Copyright © 2017 SAP SE. All Rights Reserved.