| |
|
| org.apache.commons.beanutils.bugs.Jira157TestCase
Jira157TestCase | public class Jira157TestCase extends TestCase (Code) | | Beanutils's describe() method cannot determine reader methods
for anonymous class - see Jira issue# BEANUTILS-157.
See https://issues.apache.org/jira/browse/BEANUTILS-157
version: $Revision: 555173 $ $Date: 2007-07-11 06:25:07 +0100 (Wed, 11 Jul 2007) $ |
Inner Class :public static interface XY | |
Inner Class :public static class FooBar | |
Jira157TestCase | public Jira157TestCase(String name)(Code) | | Create a test case with the specified name.
Parameters: name - The name of the test |
main | public static void main(String[] args)(Code) | | Run the Test.
Parameters: args - Arguments |
suite | public static Test suite()(Code) | | Create a test suite for this test.
a test suite |
testIssue_BEANUTILS_157_BeanUtils_Describe_Bean | public void testIssue_BEANUTILS_157_BeanUtils_Describe_Bean()(Code) | | Test with an private class that overrides a public method
of a "grand parent" public class.
See Jira issue# BEANUTILS-157.
|
testIssue_BEANUTILS_157_BeanUtils_Describe_Interface | public void testIssue_BEANUTILS_157_BeanUtils_Describe_Interface()(Code) | | Test with an private class that overrides a public method
of a "grand parent" public class.
See Jira issue# BEANUTILS-157.
|
testIssue_BEANUTILS_157_BeanUtils_Describe_Serializable | public void testIssue_BEANUTILS_157_BeanUtils_Describe_Serializable()(Code) | | Test with an private class that overrides a public method
of a "grand parent" public class.
See Jira issue# BEANUTILS-157.
|
|
|
|