org.apache.commons.dbutils
Class AsyncQueryRunnerTest

java.lang.Object
  extended by org.apache.commons.dbutils.AsyncQueryRunnerTest

public class AsyncQueryRunnerTest
extends Object


Constructor Summary
AsyncQueryRunnerTest()
           
 
Method Summary
 void setUp()
           
 void testAddBatchException()
           
 void testBadPrepareConnection()
           
 void testExecuteBatchException()
           
 void testExecuteQueryException()
           
 void testExecuteUpdateException()
           
 void testGoodBatch()
           
 void testGoodBatchDefaultConstructor()
           
 void testGoodBatchPmdTrue()
           
 void testGoodQuery()
           
 void testGoodQueryDefaultConstructor()
           
 void testGoodQueryPmdTrue()
           
 void testGoodUpdate()
           
 void testGoodUpdateDefaultConstructor()
           
 void testGoodUpdatePmdTrue()
           
 void testNoParamsQuery()
           
 void testNoParamsUpdate()
           
 void testNullConnectionBatch()
           
 void testNullConnectionQuery()
           
 void testNullConnectionUpdate()
           
 void testNullHandlerQuery()
           
 void testNullParamsArgBatch()
           
 void testNullParamsBatch()
           
 void testNullSqlBatch()
           
 void testNullSqlQuery()
           
 void testNullSqlUpdate()
           
 void testTooFewParamsBatch()
           
 void testTooFewParamsQuery()
           
 void testTooFewParamsUpdate()
           
 void testTooManyParamsBatch()
           
 void testTooManyParamsQuery()
           
 void testTooManyParamsUpdate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncQueryRunnerTest

public AsyncQueryRunnerTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

testGoodBatch

public void testGoodBatch()
                   throws Exception
Throws:
Exception

testGoodBatchPmdTrue

public void testGoodBatchPmdTrue()
                          throws Exception
Throws:
Exception

testGoodBatchDefaultConstructor

public void testGoodBatchDefaultConstructor()
                                     throws Exception
Throws:
Exception

testNullParamsBatch

public void testNullParamsBatch()
                         throws Exception
Throws:
Exception

testTooFewParamsBatch

public void testTooFewParamsBatch()
                           throws Exception
Throws:
Exception

testTooManyParamsBatch

public void testTooManyParamsBatch()
                            throws Exception
Throws:
Exception

testNullConnectionBatch

public void testNullConnectionBatch()
                             throws Exception
Throws:
Exception

testNullSqlBatch

public void testNullSqlBatch()
                      throws Exception
Throws:
Exception

testNullParamsArgBatch

public void testNullParamsArgBatch()
                            throws Exception
Throws:
Exception

testAddBatchException

public void testAddBatchException()
                           throws Exception
Throws:
Exception

testExecuteBatchException

public void testExecuteBatchException()
                               throws Exception
Throws:
Exception

testGoodQuery

public void testGoodQuery()
                   throws Exception
Throws:
Exception

testGoodQueryPmdTrue

public void testGoodQueryPmdTrue()
                          throws Exception
Throws:
Exception

testGoodQueryDefaultConstructor

public void testGoodQueryDefaultConstructor()
                                     throws Exception
Throws:
Exception

testNoParamsQuery

public void testNoParamsQuery()
                       throws Exception
Throws:
Exception

testTooFewParamsQuery

public void testTooFewParamsQuery()
                           throws Exception
Throws:
Exception

testTooManyParamsQuery

public void testTooManyParamsQuery()
                            throws Exception
Throws:
Exception

testNullConnectionQuery

public void testNullConnectionQuery()
                             throws Exception
Throws:
Exception

testNullSqlQuery

public void testNullSqlQuery()
                      throws Exception
Throws:
Exception

testNullHandlerQuery

public void testNullHandlerQuery()
                          throws Exception
Throws:
Exception

testExecuteQueryException

public void testExecuteQueryException()
                               throws Exception
Throws:
Exception

testGoodUpdate

public void testGoodUpdate()
                    throws Exception
Throws:
Exception

testGoodUpdatePmdTrue

public void testGoodUpdatePmdTrue()
                           throws Exception
Throws:
Exception

testGoodUpdateDefaultConstructor

public void testGoodUpdateDefaultConstructor()
                                      throws Exception
Throws:
Exception

testNoParamsUpdate

public void testNoParamsUpdate()
                        throws Exception
Throws:
Exception

testTooFewParamsUpdate

public void testTooFewParamsUpdate()
                            throws Exception
Throws:
Exception

testTooManyParamsUpdate

public void testTooManyParamsUpdate()
                             throws Exception
Throws:
Exception

testNullConnectionUpdate

public void testNullConnectionUpdate()
                              throws Exception
Throws:
Exception

testNullSqlUpdate

public void testNullSqlUpdate()
                       throws Exception
Throws:
Exception

testExecuteUpdateException

public void testExecuteUpdateException()
                                throws Exception
Throws:
Exception

testBadPrepareConnection

public void testBadPrepareConnection()
                              throws Exception
Throws:
Exception


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