net.sf.navel.beans
Class PropertyValidatorTest
java.lang.Object
net.sf.navel.beans.PropertyValidatorTest
public class PropertyValidatorTest
- extends java.lang.Object
- Author:
- cmdln
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyValidatorTest
public PropertyValidatorTest()
setUp
protected void setUp()
throws java.lang.Exception
- Throws:
java.lang.Exception
- See Also:
junit.framework.TestCase#setUp()
testValid
public void testValid()
- Test method for
net.sf.navel.beans.PropertyValidator#validateData(java.beans.BeanInfo)
.
testMap
public void testMap()
testValidNested
public void testValidNested()
testBadPropertyName
public void testBadPropertyName()
testBadPropertyValue
public void testBadPropertyValue()
testBadNested
public void testBadNested()