Uses of Class
io.dropwizard.testing.junit.DropwizardAppRule
-
Packages that use DropwizardAppRule Package Description io.dropwizard.testing.junit -
-
Uses of DropwizardAppRule in io.dropwizard.testing.junit
Methods in io.dropwizard.testing.junit that return DropwizardAppRule Modifier and Type Method Description DropwizardAppRule<C>DropwizardAppRule. addListener(DropwizardAppRule.ServiceListener<C> listener)Deprecated.DropwizardAppRule<C>DropwizardAppRule. manage(Managed managed)Deprecated.Methods in io.dropwizard.testing.junit with parameters of type DropwizardAppRule Modifier and Type Method Description voidDropwizardAppRule.ServiceListener. onRun(T configuration, Environment environment, DropwizardAppRule<T> rule)voidDropwizardAppRule.ServiceListener. onStop(DropwizardAppRule<T> rule)
-