@UnitTest public class HybrisDecimalMaxValidatorForLongTest extends AbstractHybrisNumberValidatorTest<Long,HybrisDecimalMax>
ctx, validator| Constructor and Description |
|---|
HybrisDecimalMaxValidatorForLongTest() |
| 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 HybrisDecimalMaxValidatorForLongTest()
public void init()
public void testCheckLowerBorderCaseGreater()
public void testCheckLowerBorderCaseLower()
public void testCheckLowerBorderCaseEqual()
protected Long getValueAboveGivenMin(Long borderValueMax)
getValueAboveGivenMin in class AbstractHybrisNumberValidatorTest<Long,HybrisDecimalMax>protected Long getValueBelowGivenMin(Long borderValueMax)
getValueBelowGivenMin in class AbstractHybrisNumberValidatorTest<Long,HybrisDecimalMax>protected Long getBorderCaseMin()
AbstractHybrisNumberValidatorTestgetBorderCaseMin in class AbstractHybrisNumberValidatorTest<Long,HybrisDecimalMax>public void testCheckUpperBorderCaseGreater()
public void testCheckUpperBorderCaseLower()
public void testCheckUpperBorderCaseEqual()
protected Long getValueAboveGivenMax(Long borderValueMax)
getValueAboveGivenMax in class AbstractHybrisNumberValidatorTest<Long,HybrisDecimalMax>protected Long getValueBelowGivenMax(Long borderValueMax)
getValueBelowGivenMax in class AbstractHybrisNumberValidatorTest<Long,HybrisDecimalMax>protected Long getBorderCaseMax()
AbstractHybrisNumberValidatorTestgetBorderCaseMax in class AbstractHybrisNumberValidatorTest<Long,HybrisDecimalMax>Copyright © 2017 SAP SE. All Rights Reserved.