Class | Description |
---|---|
DAOTestRule |
A JUnit rule for testing DAOs and Hibernate entities.
|
DAOTestRule.Builder | |
DropwizardAppRule<C extends Configuration> |
A JUnit rule for starting and stopping your application at the start and end of a test class.
|
DropwizardAppRule.ServiceListener<T extends 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. |
Copyright © 2019. All rights reserved.