| DAOTestRule |
A JUnit rule for testing DAOs and Hibernate entities.
|
| DAOTestRule.Builder |
|
| DropwizardAppRule<C extends io.dropwizard.core.Configuration> |
A JUnit rule for starting and stopping your application at the start and end of a test class.
|
| DropwizardAppRule.ServiceListener<T extends io.dropwizard.core.Configuration> |
|
| DropwizardClientRule |
Test your HTTP client code by writing a JAX-RS test double class and let this rule start and stop a
Dropwizard application containing your doubles.
|
| MockitoTestRule |
A crude hack to allow using MockitoRule with RuleChain
for a defined run order.
|
| ResourceTestRule |
A JUnit TestRule for testing Jersey resources.
|
| ResourceTestRule.Builder |
A ResourceTestRule builder which enables configuration of a Jersey testing environment.
|