org.dbunit.database
Class DatabaseConnectionTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.dbunit.DatabaseTestCase
              extended by org.dbunit.AbstractDatabaseTest
                  extended by org.dbunit.database.AbstractDatabaseConnectionTest
                      extended by org.dbunit.database.DatabaseConnectionTest
All Implemented Interfaces:
junit.framework.Test

public class DatabaseConnectionTest
extends AbstractDatabaseConnectionTest

Since:
Mar 26, 2002
Version:
$Revision: 698 $
Author:
Manuel Laflamme

Field Summary
 
Fields inherited from class org.dbunit.AbstractDatabaseTest
_connection, logger
 
Constructor Summary
DatabaseConnectionTest(String s)
           
 
Method Summary
 void testCreateConnectionWithNonExistingSchemaAndLenientValidation()
           
 void testCreateConnectionWithNonExistingSchemaAndStrictValidation()
           
 void testCreateNullConnection()
           
 
Methods inherited from class org.dbunit.database.AbstractDatabaseConnectionTest
getConnection, setUp, testGetRowCount_NonexistingSchema, testGetRowCount_NoSchemaSpecified, testGetRowCount
 
Methods inherited from class org.dbunit.AbstractDatabaseTest
closeConnection, createOrderedTable, environmentHasFeature, getDatabaseTester, getDataSet, getEnvironment, runTest, runTest, tearDown
 
Methods inherited from class org.dbunit.DatabaseTestCase
getSetUpOperation, getTearDownOperation, newDatabaseTester
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, setName, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DatabaseConnectionTest

public DatabaseConnectionTest(String s)
Method Detail

testCreateNullConnection

public void testCreateNullConnection()
                              throws Exception
Throws:
Exception

testCreateConnectionWithNonExistingSchemaAndStrictValidation

public void testCreateConnectionWithNonExistingSchemaAndStrictValidation()
                                                                  throws Exception
Throws:
Exception

testCreateConnectionWithNonExistingSchemaAndLenientValidation

public void testCreateConnectionWithNonExistingSchemaAndLenientValidation()
                                                                   throws Exception
Throws:
Exception


Copyright © 2002-2012. All Rights Reserved.