Interface | Description |
---|---|
DbUnitTestContext |
Provides context for the
DbUnitRunner . |
Class | Description |
---|---|
DatabaseConnections |
Holds a number of
IDatabaseConnection beans. |
DbUnitRunner |
Internal delegate class used to run tests with support for
@DatabaseSetup ,
@DatabaseTearDown and @ExpectedDatabase annotations. |
DbUnitTestExecutionListener |
TestExecutionListener which provides support for @DatabaseSetup ,
@DatabaseTearDown and @ExpectedDatabase annotations. |
TestExecutionListenerChain |
A
TestExecutionListener implementation that works by chaining together other TestExecutionListener s
and ensures that methods are called in the correct order. |
TransactionDbUnitTestExecutionListener |
TestExecutionListener which provides support for @DatabaseSetup ,
@DatabaseTearDown and @ExpectedDatabase annotations and
executed tests within transactions . |
Copyright © 2016. All rights reserved.