Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.commons.beanutils
Class ConstructorUtilsTestCase  view ConstructorUtilsTestCase download ConstructorUtilsTestCase.java

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

public class ConstructorUtilsTestCase
extends junit.framework.TestCase

Test case for ConstructorUtils


Field Summary
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
ConstructorUtilsTestCase(java.lang.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(java.lang.String name)
Construct a new instance of this test case.

Method Detail

setUp

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


suite

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


tearDown

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


testInvokeConstructor

public void testInvokeConstructor()
                           throws java.lang.Exception

testInvokeConstructorWithArgArray

public void testInvokeConstructorWithArgArray()
                                       throws java.lang.Exception

testInvokeConstructorWithTypeArray

public void testInvokeConstructorWithTypeArray()
                                        throws java.lang.Exception

testInvokeExactConstructor

public void testInvokeExactConstructor()
                                throws java.lang.Exception

testInvokeExactConstructorWithArgArray

public void testInvokeExactConstructorWithArgArray()
                                            throws java.lang.Exception

testInvokeExactConstructorWithTypeArray

public void testInvokeExactConstructorWithTypeArray()
                                             throws java.lang.Exception

testGetAccessibleConstructor

public void testGetAccessibleConstructor()
                                  throws java.lang.Exception

testGetAccessibleConstructorWithTypeArray

public void testGetAccessibleConstructorWithTypeArray()
                                               throws java.lang.Exception

testGetAccessibleConstructorWithConstructorArg

public void testGetAccessibleConstructorWithConstructorArg()
                                                    throws java.lang.Exception