net.sourceforge.sqlunit.test |
Miscellaneous Testing classes. These are JUnit test classes and some other
classes that support the JUnit or the Mock test frameworks.
|
Java Source File Name | Type | Comment |
ClassLoaderTest.java | Class | Testing loading with custom classloader and custom DriverManager. |
ContextTest.java | Class | Test to check generation of MockInitialContext by MockInitialContextFactory
which gets a MockDataSource hard-bound into it, and which is then looked
up using context.lookup(). |
Dictionary.java | Class | This class implements a simple dictionary of name value pairs which
can be populated and serialized to the database as a BLOB value. |
EmbeddedCallTest.java | Class | Simulates calling SQLUnit embedded in Java code. |
IncludeFileParserTest.java | Class | Runs some tests of the Include File Parser. |
LOBLoader.java | Class | This class populates the Dictionary object for each user with a tool
permission bitmap and loads these into the database. |
MD5DigestionTest.java | Class | Tests MD5 digesting for various types of data. |
ReconnectOnFailureTest.java | Class | Simulates an exception situation in one of the tests and checks to see
if the connection is re-established. |
SortingTest.java | Class | Some basic sorting tests to verify that the code works before I start
on mock database based unit testing. |
SQLUnitTestSuite.java | Class | Main SQLUnit test suite. |
SymbolParserTest.java | Class | Runs some tests of the Symbol Parser. |
TestingMethodsGenerator.java | Class | This class provides dummy methods of various kinds to test the
MethodInvokerHandler and DynamicSqlHandler functionality. |
TypesTest.java | Class | Tests for the new flexible data typing system. |
VendorNameTest.java | Class | Tests for vendor name. |