Uses of Interface
io.dropwizard.testing.junit5.DropwizardExtension
Packages that use DropwizardExtension
-
Uses of DropwizardExtension in io.dropwizard.testing.junit5
Classes in io.dropwizard.testing.junit5 that implement DropwizardExtensionModifier and TypeClassDescriptionclassAn extension for testing DAOs and Hibernate entities.classDropwizardAppExtension<C extends io.dropwizard.core.Configuration>An extension for starting and stopping your application at the start and end of a test class.classTest 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.classAn extension for testing Jersey resources.