Uses of Interface
io.dropwizard.testing.junit5.DropwizardExtension
-
Packages that use DropwizardExtension Package Description io.dropwizard.testing.junit5 -
-
Uses of DropwizardExtension in io.dropwizard.testing.junit5
Classes in io.dropwizard.testing.junit5 that implement DropwizardExtension Modifier and Type Class Description classDAOTestExtensionAn extension for testing DAOs and Hibernate entities.classDropwizardAppExtension<C extends Configuration>An extension for starting and stopping your application at the start and end of a test class.classDropwizardClientExtensionTest 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.classResourceExtensionAn extension for testing Jersey resources.
-