| |
|
| org.apache.commons.beanutils.PropertyUtilsBenchCase
PropertyUtilsBenchCase | public class PropertyUtilsBenchCase extends TestCase (Code) | | JUnit Test Case containing microbenchmarks for PropertyUtils.
|
PropertyUtilsBenchCase | public PropertyUtilsBenchCase(String name)(Code) | | Construct a new instance of this test case.
Parameters: name - Name of the test case |
setUp | public 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.
|
tearDown | public void tearDown()(Code) | | Tear down instance variables required by this test case.
|
testCopyPropertiesBean | public void testCopyPropertiesBean() throws Exception(Code) | | |
testCopyPropertiesDyna | public void testCopyPropertiesDyna() throws Exception(Code) | | |
testCopyPropertiesMap | public void testCopyPropertiesMap() throws Exception(Code) | | |
|
|
|