| org.apache.commons.beanutils.DynaPropertyTestCase
DynaPropertyTestCase | public class DynaPropertyTestCase extends TestCase (Code) | | Test case for
DynaProperty .
version: $Revision: 541424 $ $Date: 2007-05-24 21:45:24 +0100 (Thu, 24 May 2007) $ |
Method Summary | |
protected void | setUp() Set up instance variables required by this test case. | public static Test | suite() Return the tests included in this test suite. | protected void | tearDown() Tear down instance variables required by this test case. | public void | testEqualsObject() | public void | testHashCode() |
DynaPropertyTestCase | public DynaPropertyTestCase(String name)(Code) | | Construct a new instance of this test case.
Parameters: name - Name of the test case |
setUp | protected void setUp() throws Exception(Code) | | Set up instance variables required by this test case.
|
suite | public static Test suite()(Code) | | Return the tests included in this test suite.
a test suite |
tearDown | protected void tearDown() throws Exception(Code) | | Tear down instance variables required by this test case.
|
testEqualsObject | public void testEqualsObject()(Code) | | Class under test for boolean equals(Object)
|
testHashCode | public void testHashCode()(Code) | | Class under test for int hashCode(Object)
|
|
|