Uses of Class
org.apache.commons.dbutils.BaseTestCase

Packages that use BaseTestCase
org.apache.commons.dbutils   
org.apache.commons.dbutils.handlers   
org.apache.commons.dbutils.wrappers   
 

Uses of BaseTestCase in org.apache.commons.dbutils
 

Subclasses of BaseTestCase in org.apache.commons.dbutils
 class BasicRowProcessorTest
          Test the BasicRowProcessor class.
 class BeanProcessorTest
           
 class ProxyFactoryTest
          ProxyFactoryTest performs simple type checking on proxy objects returned from a ProxyFactory.
 class QueryLoaderTest
          QueryLoaderTest
 class ResultSetIteratorTest
          ResultSetIteratorTest
 

Uses of BaseTestCase in org.apache.commons.dbutils.handlers
 

Subclasses of BaseTestCase in org.apache.commons.dbutils.handlers
 class ArrayHandlerTest
          ArrayHandlerTest
 class ArrayListHandlerTest
          ArrayListHandlerTest
 class BeanHandlerTest
          BeanHandlerTest
 class BeanListHandlerTest
          BeanListHandlerTest
 class ColumnListHandlerTest
          ColumnListHandlerTest
 class KeyedHandlerTest
           
 class MapHandlerTest
          MapHandlerTest
 class MapListHandlerTest
          MapListHandlerTest
 class ScalarHandlerTest
           
 

Uses of BaseTestCase in org.apache.commons.dbutils.wrappers
 

Subclasses of BaseTestCase in org.apache.commons.dbutils.wrappers
 class SqlNullCheckedResultSetTest
          Test cases for SqlNullCheckedResultSet class.
 class StringTrimmedResultSetTest
          StringTrimmedResultSetTest
 



Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.