| Class | Description |
|---|---|
| DbUnitTestExecutionListener |
TestExecutionListener which provides support for @DatabaseSetup,
@DatabaseTearDown and @ExpectedDatabase annotations. |
| TestExecutionListenerChain |
A
TestExecutionListener implementation that works by chaining together other TestExecutionListeners
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 © 2015. All Rights Reserved.