org.apache.derbyTesting.junit |
|
Java Source File Name | Type | Comment |
BaseJDBCTestCase.java | Class | Base class for JDBC JUnit tests. |
BaseJDBCTestSetup.java | Class | Base class for JDBC JUnit test decorators. |
BaseTestCase.java | Class | Base class for JUnit tests. |
ChangeConfigurationSetup.java | Class | |
ChangeUserSetup.java | Class | A decorator that changes the default user and password
for the current configuration. |
CleanDatabaseTestSetup.java | Class | Test decorator that cleans a database on setUp and
tearDown to provide a test with a consistent empty
database as a starting point.
Tests can extend to provide a decorator that defines
some schema items and then have CleanDatabaseTestSetup
automatically clean them up by implementing the decorateSQL method.. |
DatabasePropertyTestSetup.java | Class | Test decorator to set a set of database properties on setUp
and restore them to the previous values on tearDown. |
JDBC.java | Class | JDBC utility methods for the JUnit tests. |
JDBCClient.java | Class | Type-safe enumerator of valid JDBC clients. |
NetworkServerTestSetup.java | Class | Test decorator that starts the network server on startup
and stops it on teardown. |
SecurityManagerSetup.java | Class | Setup for running Derby JUnit tests with the SecurityManager
which is the default for tests. |
SystemPropertyTestSetup.java | Class | Test decorator to set a set of system properties on setUp
and restore them to the previous values on tearDown. |
TestConfiguration.java | Class | Class which holds information about the configuration of a Test. |