|
||||||||||
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.DynaPropertyTestCase
public class DynaPropertyTestCase
Test case for DynaProperty
.
Field Summary | |
---|---|
private DynaProperty |
testProperty1Duplicate
|
private DynaProperty |
testProperty2Duplicate
|
private DynaProperty |
testProperty3Duplicate
|
private DynaProperty |
testPropertyWithName
|
private DynaProperty |
testPropertyWithNameAndType
|
private DynaProperty |
testPropertyWithNameAndTypeAndContentType
|
Constructor Summary | |
---|---|
DynaPropertyTestCase(String name)
Construct a new instance of this test case. |
Method Summary | |
---|---|
protected void |
setUp()
Set up instance variables required by this test case. |
static junit.framework.Test |
suite()
Return the tests included in this test suite. |
protected void |
tearDown()
Tear down instance variables required by this test case. |
void |
testEqualsObject()
Class under test for boolean equals(Object) |
void |
testHashCode()
Class under test for int hashCode(Object) |
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 |
Field Detail |
---|
private DynaProperty testPropertyWithName
private DynaProperty testProperty1Duplicate
private DynaProperty testPropertyWithNameAndType
private DynaProperty testProperty2Duplicate
private DynaProperty testPropertyWithNameAndTypeAndContentType
private DynaProperty testProperty3Duplicate
Constructor Detail |
---|
public DynaPropertyTestCase(String name)
name
- Name of the test caseMethod Detail |
---|
public 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 testHashCode()
public void testEqualsObject()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |