org.apache.commons.dbutils.handlers
Class BeanMapHandlerTest

java.lang.Object
  extended by org.apache.commons.dbutils.handlers.BeanMapHandlerTest

public class BeanMapHandlerTest
extends Object


Constructor Summary
BeanMapHandlerTest()
           
 
Method Summary
 void setUp()
           
 void testBeanMapHandlerClassOfV()
           
 void testBeanMapHandlerClassOfVInt()
           
 void testBeanMapHandlerClassOfVRowProcessor()
           
 void testBeanMapHandlerClassOfVString()
           
 void testEmptyResultSet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanMapHandlerTest

public BeanMapHandlerTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

testBeanMapHandlerClassOfV

public void testBeanMapHandlerClassOfV()
                                throws Exception
Throws:
Exception

testBeanMapHandlerClassOfVRowProcessor

public void testBeanMapHandlerClassOfVRowProcessor()
                                            throws Exception
Throws:
Exception

testBeanMapHandlerClassOfVInt

public void testBeanMapHandlerClassOfVInt()
                                   throws Exception
Throws:
Exception

testBeanMapHandlerClassOfVString

public void testBeanMapHandlerClassOfVString()
                                      throws Exception
Throws:
Exception

testEmptyResultSet

public void testEmptyResultSet()
                        throws Exception
Throws:
Exception


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.