|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.apache.commons.beanutils.ConstructorUtilsTestCase
public class ConstructorUtilsTestCase
Test case for ConstructorUtils
| Constructor Summary | |
|---|---|
ConstructorUtilsTestCase(String name)
Construct a new instance of this test case. |
|
| Method Summary | |
|---|---|
void |
setUp()
Set up instance variables required by this test case. |
static junit.framework.Test |
suite()
Return the tests included in this test suite. |
void |
tearDown()
Tear down instance variables required by this test case. |
void |
testGetAccessibleConstructor()
|
void |
testGetAccessibleConstructorWithConstructorArg()
|
void |
testGetAccessibleConstructorWithTypeArray()
|
void |
testInvokeConstructor()
|
void |
testInvokeConstructorWithArgArray()
|
void |
testInvokeConstructorWithTypeArray()
|
void |
testInvokeExactConstructor()
|
void |
testInvokeExactConstructorWithArgArray()
|
void |
testInvokeExactConstructorWithTypeArray()
|
| 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 ConstructorUtilsTestCase(String name)
name - Name of the test case| Method Detail |
|---|
public void setUp()
throws Exception
setUp in class junit.framework.TestCaseExceptionpublic static junit.framework.Test suite()
public void tearDown()
throws Exception
tearDown in class junit.framework.TestCaseException
public void testInvokeConstructor()
throws Exception
Exception
public void testInvokeConstructorWithArgArray()
throws Exception
Exception
public void testInvokeConstructorWithTypeArray()
throws Exception
Exception
public void testInvokeExactConstructor()
throws Exception
Exception
public void testInvokeExactConstructorWithArgArray()
throws Exception
Exception
public void testInvokeExactConstructorWithTypeArray()
throws Exception
Exception
public void testGetAccessibleConstructor()
throws Exception
Exception
public void testGetAccessibleConstructorWithTypeArray()
throws Exception
Exception
public void testGetAccessibleConstructorWithConstructorArg()
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||