| Package | Description |
|---|---|
| io.dropwizard.testing | |
| io.dropwizard.testing.junit | |
| io.dropwizard.testing.junit5 |
| Modifier and Type | Method and Description |
|---|---|
DropwizardTestSupport<C> |
DropwizardTestSupport.addListener(DropwizardTestSupport.ServiceListener<C> listener) |
DropwizardTestSupport<C> |
DropwizardTestSupport.manage(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()
Deprecated.
|
| Constructor and Description |
|---|
DropwizardAppRule(DropwizardTestSupport<C> testSupport)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
DropwizardTestSupport<C> |
DropwizardAppExtension.getTestSupport() |
| Constructor and Description |
|---|
DropwizardAppExtension(DropwizardTestSupport<C> testSupport) |
Copyright © 2019. All rights reserved.