All Classes and Interfaces

Class
Description
 
 
 
 
Abstract class for testing IDataSet implementations which only decorate another IDataSet implementation.
 
 
 
Abstract base for unit tests of DbUnit exception types that support the four standard constructor signatures: no-arg, message-only, message+cause, and cause-only.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
The BuildFileExtension class provides functionality to configure and execute Apache Ant build files for testing purposes.
 
 
 
 
 
Test the multiple schema support of DatabaseDataSet.
 
 
 
 
 
Test utility that modifies all values for a specific column arbitrarily
Ant-based test class for the Dbunit ant task definition.
 
Test Helper class for Executing DDL.
 
 
 
 
 
 
 
Copyright (c) 2003 OZ.COM.
 
 
Simple utility to compare file or stream data with each other.
 
 
 
 
 
 
 
 
 
 
 
Test utility that creates an isolated H2 in-memory IDatabaseConnection for unit tests that need a real connection without the full DatabaseEnvironment bootstrap.
Test-only InitialContextFactory backed by a simple in-memory name-to-object map, so JndiDatabaseTester can be unit tested through a real InitialContext without a real JNDI provider or an extra test dependency.
 
 
Tests for JSON-backed ITable instances via JsonDataSet.
Tests for JsonWriter.
 
 
This class is a scratchpad used to try new features.
 
Mock implementation of IBatchStatement for use in unit tests.
 
 
 
 
 
Mock implementation of IStatementFactory for use in unit tests.
 
Created By: fede Date: 8-set-2004 Time: 15.08.55 Last Checkin: $Author$ Date: $Date$ Revision: $Revision$
 
 
 
 
Unit test for the number tolerant data type which is quite similar to the NumberDataTypeTest.
 
 
 
Integration test for OracleSdoGeometryDataType.getSqlValue(int, java.sql.ResultSet) against a live Oracle database.
 
 
Integration test for ScrollableResultSetTable.
 
 
 
 
 
 
 
 
 
 
 
 
Marks a test method as needing the JVM default Locale temporarily switched to Turkish (tr-TR) for its duration, via TurkishLocaleExtension.
Temporarily switches the JVM default Locale to Turkish (tr-TR) for the duration of a @TurkishDefaultLocale-annotated test method, restoring the original default afterward regardless of the test's outcome.