All Classes and Interfaces
Class
Description
An override for a field in dropwizard configuration intended for use with
DropwizardAppExtension.Override port configuration setting for application and admin connectors and choose a random port.
An extension for testing DAOs and Hibernate entities.
DropwizardAppExtension<C extends io.dropwizard.core.Configuration>
An extension for starting and stopping your application at the start and end of a test class.
DropwizardAppExtension.ServiceListener<T extends io.dropwizard.core.Configuration>
Test your HTTP client code by writing a JAX-RS test double class and let this extension start and stop a
Dropwizard application containing your doubles.
DropwizardExtensionsSupport class uses this interface to find fields in test class instance and test
classAn JUnit 5 extension that looks for fields in test class and test class instances and executes before and after actions.
DropwizardTestSupport<C extends io.dropwizard.core.Configuration>
A test support class for starting and stopping your application at the start and end of a test class.
DropwizardTestSupport.ServiceListener<T extends io.dropwizard.core.Configuration>
POJOConfigurationFactory<C extends io.dropwizard.core.Configuration>
A
Resource builder which enables configuration of a Jersey testing environment.An extension for testing Jersey resources.
A
ResourceExtension builder which enables configuration of a Jersey testing environment.A set of helper methods for working with classpath resources.