java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.apache.commons.beanutils.DynaRowSetTestCase
- All Implemented Interfaces:
- junit.framework.Test
- public class DynaRowSetTestCase
- extends junit.framework.TestCase
Test accessing RowSets via DynaBeans.
- Version:
- $Revision: 1.5 $ $Date: 2004/02/28 13:18:36 $
| Fields inherited from class junit.framework.TestCase |
|
| 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 |
dynaClass
protected RowSetDynaClass dynaClass
- The mock result set DynaClass to be tested.
columns
protected java.lang.String[] columns
- Names of the columns for this test. Must match the order they are
defined in TestResultSetMetaData, and must be all lower case.
DynaRowSetTestCase
public DynaRowSetTestCase(java.lang.String name)
- Construct a new instance of this test case.
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()
- Tear down instance variables required by this test case.
testGetName
public void testGetName()
testGetDynaProperty
public void testGetDynaProperty()
testGetDynaProperties
public void testGetDynaProperties()
testNewInstance
public void testNewInstance()
testListCount
public void testListCount()
testListResults
public void testListResults()
testLimitedRows
public void testLimitedRows()
throws java.lang.Exception