| Package | Description |
|---|---|
| io.dropwizard.testing | |
| io.dropwizard.testing.junit |
| Modifier and Type | Method and Description |
|---|---|
DropwizardTestSupport<C> |
DropwizardTestSupport.addListener(DropwizardTestSupport.ServiceListener<C> listener) |
DropwizardTestSupport<C> |
DropwizardTestSupport.manage(io.dropwizard.lifecycle.Managed managed) |
| Modifier and Type | Method and Description |
|---|---|
void |
DropwizardTestSupport.ServiceListener.onRun(T configuration,
Environment environment,
DropwizardTestSupport<T> rule) |
void |
DropwizardTestSupport.ServiceListener.onStop(DropwizardTestSupport<T> rule) |
| Modifier and Type | Method and Description |
|---|---|
DropwizardTestSupport<C> |
DropwizardAppRule.getTestSupport() |
| Constructor and Description |
|---|
DropwizardAppRule(DropwizardTestSupport<C> testSupport) |
Copyright © 2015. All rights reserved.