org.apache.commons.beanutils
Class ConstructorUtilsTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.commons.beanutils.ConstructorUtilsTestCase
All Implemented Interfaces:
junit.framework.Test

public class ConstructorUtilsTestCase
extends junit.framework.TestCase

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

ConstructorUtilsTestCase

public ConstructorUtilsTestCase(String name)
Construct a new instance of this test case.

Parameters:
name - Name of the test case
Method Detail

setUp

public void setUp()
           throws Exception
Set up instance variables required by this test case.

Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception

suite

public static junit.framework.Test suite()
Return the tests included in this test suite.


tearDown

public void tearDown()
              throws Exception
Tear down instance variables required by this test case.

Overrides:
tearDown in class junit.framework.TestCase
Throws:
Exception

testInvokeConstructor

public void testInvokeConstructor()
                           throws Exception
Throws:
Exception

testInvokeConstructorWithArgArray

public void testInvokeConstructorWithArgArray()
                                       throws Exception
Throws:
Exception

testInvokeConstructorWithTypeArray

public void testInvokeConstructorWithTypeArray()
                                        throws Exception
Throws:
Exception

testInvokeExactConstructor

public void testInvokeExactConstructor()
                                throws Exception
Throws:
Exception

testInvokeExactConstructorWithArgArray

public void testInvokeExactConstructorWithArgArray()
                                            throws Exception
Throws:
Exception

testInvokeExactConstructorWithTypeArray

public void testInvokeExactConstructorWithTypeArray()
                                             throws Exception
Throws:
Exception

testGetAccessibleConstructor

public void testGetAccessibleConstructor()
                                  throws Exception
Throws:
Exception

testGetAccessibleConstructorWithTypeArray

public void testGetAccessibleConstructorWithTypeArray()
                                               throws Exception
Throws:
Exception

testGetAccessibleConstructorWithConstructorArg

public void testGetAccessibleConstructorWithConstructorArg()
                                                    throws Exception
Throws:
Exception


Copyright © 2000-2010 The Apache Software Foundation. All Rights Reserved.