@UnitTest public class HybrisDecimalMaxValidatorForLongTest extends AbstractHybrisNumberValidatorTest<java.lang.Long,HybrisDecimalMax>
ctx, validator| Constructor and Description |
|---|
HybrisDecimalMaxValidatorForLongTest() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Long |
getBorderCaseMax()
Value has to exact the used bean definition annotation value
|
protected java.lang.Long |
getBorderCaseMin()
Value has to exact the used bean definition annotation value
|
protected java.lang.Long |
getValueAboveGivenMax(java.lang.Long borderValueMax) |
protected java.lang.Long |
getValueAboveGivenMin(java.lang.Long borderValueMax) |
protected java.lang.Long |
getValueBelowGivenMax(java.lang.Long borderValueMax) |
protected java.lang.Long |
getValueBelowGivenMin(java.lang.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 java.lang.Long getValueAboveGivenMin(java.lang.Long borderValueMax)
getValueAboveGivenMin in class AbstractHybrisNumberValidatorTest<java.lang.Long,HybrisDecimalMax>protected java.lang.Long getValueBelowGivenMin(java.lang.Long borderValueMax)
getValueBelowGivenMin in class AbstractHybrisNumberValidatorTest<java.lang.Long,HybrisDecimalMax>protected java.lang.Long getBorderCaseMin()
AbstractHybrisNumberValidatorTestgetBorderCaseMin in class AbstractHybrisNumberValidatorTest<java.lang.Long,HybrisDecimalMax>public void testCheckUpperBorderCaseGreater()
public void testCheckUpperBorderCaseLower()
public void testCheckUpperBorderCaseEqual()
protected java.lang.Long getValueAboveGivenMax(java.lang.Long borderValueMax)
getValueAboveGivenMax in class AbstractHybrisNumberValidatorTest<java.lang.Long,HybrisDecimalMax>protected java.lang.Long getValueBelowGivenMax(java.lang.Long borderValueMax)
getValueBelowGivenMax in class AbstractHybrisNumberValidatorTest<java.lang.Long,HybrisDecimalMax>protected java.lang.Long getBorderCaseMax()
AbstractHybrisNumberValidatorTestgetBorderCaseMax in class AbstractHybrisNumberValidatorTest<java.lang.Long,HybrisDecimalMax>Copyright © 2018 SAP SE. All Rights Reserved.