org.apache.commons.dbutils
Class QueryRunnerTest

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

public class QueryRunnerTest
extends junit.framework.TestCase


Constructor Summary
QueryRunnerTest()
           
 
Method Summary
 String getIndexed(int index)
           
 String getThrowsException()
           
 void setUp()
           
 void testFillStatementWithBean()
           
 void testFillStatementWithBeanErrorBadReadMethod()
           
 void testFillStatementWithBeanErrorNoReadMethod()
           
 void testFillStatementWithBeanErrorReadMethodPrivate()
           
 void testFillStatementWithBeanErrorReadMethodThrows()
           
 void testFillStatementWithNull()
           
 void testFillStatementWithNullOracle()
           
 void testRethrowNullMessage()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, 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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueryRunnerTest

public QueryRunnerTest()
Method Detail

setUp

public void setUp()
Overrides:
setUp in class junit.framework.TestCase

testFillStatementWithNull

public void testFillStatementWithNull()
                               throws Exception
Throws:
Exception

testFillStatementWithNullOracle

public void testFillStatementWithNullOracle()
                                     throws Exception
Throws:
Exception

testFillStatementWithBean

public void testFillStatementWithBean()
                               throws SQLException
Throws:
SQLException

testFillStatementWithBeanErrorNoReadMethod

public void testFillStatementWithBeanErrorNoReadMethod()
                                                throws Exception
Throws:
Exception

testFillStatementWithBeanErrorBadReadMethod

public void testFillStatementWithBeanErrorBadReadMethod()
                                                 throws Exception
Throws:
Exception

testFillStatementWithBeanErrorReadMethodThrows

public void testFillStatementWithBeanErrorReadMethodThrows()
                                                    throws Exception
Throws:
Exception

testFillStatementWithBeanErrorReadMethodPrivate

public void testFillStatementWithBeanErrorReadMethodPrivate()
                                                     throws Exception
Throws:
Exception

testRethrowNullMessage

public void testRethrowNullMessage()

getIndexed

public String getIndexed(int index)

getThrowsException

public String getThrowsException()


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