| Class | Description |
|---|---|
| AfterTearDownDbUnitTestExecutionListener |
A
TestExecutionListenerChain that triggers a CallAfterTestMethodExecutionListener as well as
transaction and DBUnit listeners. |
| CallAfterTestMethodExecutionListener |
A
TestExecutionListener that triggers a afterTest() method once a test has executed. |
| ExtendedTestContextManager |
Extended version of the
TestContextManager that can be used when writing tests. |
| MustFailDbUnitTestExecutionListener |
An extension of
TransactionDbUnitTestExecutionListener that ensures that a test method has failed. |
| MustNoSwallowTestExecutionListener |
An extension of
TransactionDbUnitTestExecutionListener that ensures that a test method does not swallow
exceptions. |
| MustNotSwallowSpringJUnit4ClassRunner |
Special
SpringJUnit4ClassRunner that ensures NotSwallowedException gets reported. |
| Exception | Description |
|---|---|
| NotSwallowedException |
Exception that we can throw from a tests to make sure that the test is not swallowing failures.
|
Copyright © 2016. All rights reserved.