Uses of Class
io.dropwizard.testing.junit.DropwizardAppRule
-
-
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)DropwizardAppRule<C>DropwizardAppRule. manage(io.dropwizard.lifecycle.Managed managed)Methods in io.dropwizard.testing.junit with parameters of type DropwizardAppRule Modifier and Type Method Description voidDropwizardAppRule.ServiceListener. onRun(T configuration, io.dropwizard.core.setup.Environment environment, DropwizardAppRule<T> rule)voidDropwizardAppRule.ServiceListener. onStop(DropwizardAppRule<T> rule)
-