|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mod4j.runtime.validation.BusinessRuleUtilsTest
public class BusinessRuleUtilsTest
| Constructor Summary | |
|---|---|
BusinessRuleUtilsTest()
|
|
| Method Summary | |
|---|---|
void |
testAutoboing()
|
void |
testValidateEmptyOrWhitespace()
Test method for org.mod4j.runtime.validation.BusinessRuleUtils#validateEmptyOrWhitespace(org.springframework.validation.Errors, java.lang.String). |
void |
testValidateMaxLengthFail()
Test method for org.mod4j.runtime.validation.BusinessRuleUtils#validateMaxLength(org.springframework.validation.Errors, java.lang.String, int). |
void |
testValidateMaxLengthSucceed()
Test method for org.mod4j.runtime.validation.BusinessRuleUtils#validateMaxLength(org.springframework.validation.Errors, java.lang.String, int). |
void |
testValidateMaxLengthWithLong()
|
void |
testValidateMaxValueFail()
|
void |
testValidateMaxValueSucceed()
|
void |
testValidateMaxValueSucceedWithInteger()
|
void |
testValidateMaxValueWithString()
|
void |
testValidateMinLengthFail()
Test method for org.mod4j.runtime.validation.BusinessRuleUtils#validateMinLength(org.springframework.validation.Errors, java.lang.String, int). |
void |
testValidateMinLengthSucceed()
Test method for org.mod4j.runtime.validation.BusinessRuleUtils#validateMinLength(org.springframework.validation.Errors, java.lang.String, int). |
void |
testValidateMinLengthWithLong()
|
void |
testValidateMinValueFail()
|
void |
testValidateMinValueSucceed()
|
void |
testValidateMinValueSucceedWithInteger()
|
void |
testValidateMinValueWithString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BusinessRuleUtilsTest()
| Method Detail |
|---|
public void testValidateEmptyOrWhitespace()
org.mod4j.runtime.validation.BusinessRuleUtils#validateEmptyOrWhitespace(org.springframework.validation.Errors, java.lang.String).
public void testValidateMinLengthFail()
org.mod4j.runtime.validation.BusinessRuleUtils#validateMinLength(org.springframework.validation.Errors, java.lang.String, int).
public void testAutoboing()
public void testValidateMinLengthSucceed()
org.mod4j.runtime.validation.BusinessRuleUtils#validateMinLength(org.springframework.validation.Errors, java.lang.String, int).
public void testValidateMaxLengthFail()
org.mod4j.runtime.validation.BusinessRuleUtils#validateMaxLength(org.springframework.validation.Errors, java.lang.String, int).
public void testValidateMaxLengthSucceed()
org.mod4j.runtime.validation.BusinessRuleUtils#validateMaxLength(org.springframework.validation.Errors, java.lang.String, int).
public void testValidateMaxValueFail()
public void testValidateMaxValueSucceed()
public void testValidateMaxValueSucceedWithInteger()
public void testValidateMinValueFail()
public void testValidateMinValueSucceed()
public void testValidateMinValueSucceedWithInteger()
public void testValidateMinLengthWithLong()
public void testValidateMaxLengthWithLong()
public void testValidateMinValueWithString()
public void testValidateMaxValueWithString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||