@Deprecated public class BeanValidatorTest extends Object
| Modifier and Type | Field and Description |
|---|---|
protected SimpleBean |
bean
Deprecated.
|
protected static org.apache.commons.logging.Log |
log
Deprecated.
Logger
|
protected org.nuiton.validator.bean.BeanValidator<SimpleBean> |
validator
Deprecated.
|
| Constructor and Description |
|---|
BeanValidatorTest()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
prepareValidator(String context)
Deprecated.
|
void |
setUp()
Deprecated.
|
void |
tearDown()
Deprecated.
|
void |
testConvert()
Deprecated.
|
void |
testValidate()
Deprecated.
|
void |
testValidateWithBad()
Deprecated.
|
protected static final org.apache.commons.logging.Log log
protected org.nuiton.validator.bean.BeanValidator<SimpleBean> validator
protected SimpleBean bean
public void setUp()
protected void prepareValidator(String context)
public void tearDown()
public void testValidateWithBad()
public void testValidate()
public void testConvert()
Copyright © 2011-2012 CodeLutin. All Rights Reserved.