|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectnet.sf.navel.beans.PropertyHandlerTest
public class PropertyHandlerTest
Test case for exercises the PropertyHandler, including failure modes.
| Constructor Summary | |
|---|---|
PropertyHandlerTest()
|
|
| Method Summary | |
|---|---|
void |
testBooleanAlt()
Test support for the "is<property>" convention for reading boolean properties. |
void |
testEquals()
|
void |
testID()
|
void |
testObjectArray()
Exercise the indexed property support of PropertyBeanHandler. |
void |
testPrimitiveArray()
Same test as testObjectArray except performed on a primitive array, exercises the PrimitiveSupport class in particular. |
void |
testReadWrite()
Test that the invoke method of the PropertyBeanHandler successfully discriminiates each property access, for a mixture of readable and writable properties. |
void |
testToString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyHandlerTest()
| Method Detail |
|---|
public void testReadWrite()
throws UnsupportedFeatureException,
InvalidPropertyValueException
UnsupportedFeatureException - Construction should work fine, error otherwise.
InvalidPropertyValueException - Construction should work fine, error otherwise.
public void testObjectArray()
throws InvalidPropertyValueException,
UnsupportedFeatureException
InvalidPropertyValueException - Construction should work fine, error otherwise.
UnsupportedFeatureException - Construction should work fine, error otherwise.
public void testPrimitiveArray()
throws UnsupportedFeatureException,
InvalidPropertyValueException
InvalidPropertyValueException - Construction should work fine, error otherwise.
UnsupportedFeatureException - Construction should work fine, error otherwise.
public void testBooleanAlt()
throws UnsupportedFeatureException,
InvalidPropertyValueException
InvalidPropertyValueException - Construction should work fine, error otherwise.
UnsupportedFeatureException - Construction should work fine, error otherwise.public void testToString()
public void testEquals()
public void testID()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||