Class Summary |
Assertions |
Provides methods to assert various conditions for doing SQLUnit tests. |
ConnectionFactory |
A factory to generate Connection objects given the Connection properties. |
ConnectionRegistry |
A Singelton object which stores database Connection objects in a HashMap
and returns them to the application on demand. |
HandlerFactory |
The HandlerFactory object returns references to Handlers. |
MatchPattern |
MatchPattern fills a role in SQLUnit similar to Regular Expressions in
text pattern matching. |
ReporterFactory |
The ReporterFactory returns references to Reporters. |
SQLUnit |
The SQLUnit class is actually a JUnit test case and is the main program
which is called by the SQLUnit user. |
SQLUnitDriverManager |
The SQLUnitDriverManager is an incomplete implementation the
java.sql.DriverManager class. |
SQLUnitEntityResolver |
The SQLUnit Entity Resolver sets the DTD for the SQLUnit test file from
within the SQLUnit JAR file. |
SQLUnitResult |
SQLUnitResult is a simple container which contains the cumulative
results of a SQLUnit test run. |
SymbolTable |
Models a HashMap as a symbol table to store temporary variables and their
values that are needed for a SQLUnit test case. |
ThreadHandlerAdapter |
The ThreadHandlerAdapter class allows the running of a Handler class
within a Thread. |
ThreadIdentifier |
Assigns and returns an identifier for a thread. |
TypeFactory |
Factory for generating concrete implementations of IType. |
TypeMapper |
Reads in the type resource files and provides methods to look up type
class names using various keys. |
Classes for the SQLUnit core package. The SQLUnit package is designed as a set of individual XML handlers for the various elements of the SQLUnit test suite authoring XML. There is a one to one correspondence between the SQLUnit element and the SQLUnit handler class as illustrated in the table below: