| Class | Description |
|---|---|
| BaseQueryInterceptor | |
| BaseTestCase |
Base class for all test cases.
|
| BaseTestCase.MockConnectionConfiguration | |
| BufferingLogger |
Provides logging facilities for those platforms that don't have built-in facilities.
|
| InjectedSocketFactory | |
| InjectedSocketFactory.InjectedInputStream | |
| JUnitSummary | |
| MockJndiContextFactory |
The following classes implement a mock JDNI provider that holds serialized objects in memory.
|
| MockJndiContextFactory.MockJndiContext | |
| MockJndiContextFactory.MockJndiName | |
| MockJndiContextFactory.MockJndiNameParser | |
| TestUtils |
Utility functions to use in tests.
|
| UnreliableSocketFactory |
Configure "socketFactory" to use this class in your JDBC URL, and it will operate as normal, unless you map some host aliases to actual IP addresses, and
then have the test driver call hangOnConnect/Read/Write() which simulate the given failure condition for the host with the alias argument, and will
honor connect or socket timeout properties.
|
| UnreliableSocketFactory.HangingInputStream | |
| UnreliableSocketFactory.HangingOutputStream |