|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object junit.framework.Assert junit.framework.TestCase org.apache.commons.beanutils.bugs.Jira18TestCase
public class Jira18TestCase
Test case for Jira issue# BEANUTILS-18.
See https://issues.apache.org/jira/browse/BEANUTILS-18 This test case demonstrates the issue.
Constructor Summary | |
---|---|
Jira18TestCase(String name)
Create a test case with the specified name. |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString |
Methods inherited from class junit.framework.Assert |
---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Jira18TestCase(String name)
name
- The name of the testMethod Detail |
---|
public static void main(String[] args)
args
- Argumentspublic static junit.framework.Test suite()
protected void setUp() throws Exception
setUp
in class junit.framework.TestCase
Exception
protected void tearDown() throws Exception
tearDown
in class junit.framework.TestCase
Exception
public void testIssue_BEANUTILS_18_PropertyUtils_isReadable()
PropertyUtils.isReadable(Object, String)
for simple properties.
public void testIssue_BEANUTILS_18_PropertyUtils_isWriteable()
PropertyUtils.isWriteable(Object, String)
for simple properties.
public void testIssue_BEANUTILS_18_PropertyUtils_isReadable_Indexed()
PropertyUtils.isReadable(Object, String)
for indexed properties.
public void testIssue_BEANUTILS_18_PropertyUtils_isWriteable_Indexed()
PropertyUtils.isWriteable(Object, String)
for indexed properties.
public void testIssue_BEANUTILS_18_PropertyUtils_isReadable_Mapped()
PropertyUtils.isReadable(Object, String)
for Mapped properties.
public void testIssue_BEANUTILS_18_PropertyUtils_isWriteable_Mapped()
PropertyUtils.isWriteable(Object, String)
for Mapped properties.
public void testIssue_BEANUTILS_18_PropertyUtils_getProperty()
PropertyUtils.getProperty(Object, String)
for simple properties.
public void testIssue_BEANUTILS_18_PropertyUtils_setProperty()
PropertyUtils.setProperty(Object, String, Object)
for simple properties.
public void testIssue_BEANUTILS_18_PropertyUtils_getProperty_Indexed()
PropertyUtils.getProperty(Object, String)
for indexed properties.
public void testIssue_BEANUTILS_18_PropertyUtils_setProperty_Indexed()
PropertyUtils.setProperty(Object, String, Object)
for indexed properties.
public void testIssue_BEANUTILS_18_PropertyUtils_getProperty_Mapped()
PropertyUtils.getProperty(Object, String)
for mapped properties.
public void testIssue_BEANUTILS_18_PropertyUtils_setProperty_Mapped()
PropertyUtils.setProperty(Object, String, Object)
for mapped properties.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |