| Class | Description |
|---|---|
| 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.
|
| ResourceTestRule |
A JUnit
TestRule for testing Jersey resources. |
| ResourceTestRule.Builder |
A
ResourceTestRule builder which enables configuration of a Jersey testing environment. |
Copyright © 2016. All rights reserved.