Skip navigation links
A B C D F G I M N O R S 

A

addListener(DropwizardTestSupport.ServiceListener<C>) - Method in class io.dropwizard.testing.DropwizardTestSupport
 
addListener(DropwizardAppRule.ServiceListener<C>) - Method in class io.dropwizard.testing.junit.DropwizardAppRule
 
addProperty(String, Object) - Method in class io.dropwizard.testing.junit.ResourceTestRule.Builder
 
addProvider(Class<?>) - Method in class io.dropwizard.testing.junit.ResourceTestRule.Builder
 
addProvider(Object) - Method in class io.dropwizard.testing.junit.ResourceTestRule.Builder
 
addResource(Object) - Method in class io.dropwizard.testing.junit.ResourceTestRule.Builder
 
addToSystemProperties() - Method in class io.dropwizard.testing.ConfigOverride
 
after() - Method in class io.dropwizard.testing.DropwizardTestSupport
 
after() - Method in class io.dropwizard.testing.junit.DropwizardAppRule
 
after() - Method in class io.dropwizard.testing.junit.DropwizardClientRule
 
apply(Statement, Description) - Method in class io.dropwizard.testing.junit.ResourceTestRule
 

B

baseUri() - Method in class io.dropwizard.testing.junit.DropwizardClientRule
 
before() - Method in class io.dropwizard.testing.DropwizardTestSupport
 
before() - Method in class io.dropwizard.testing.junit.DropwizardAppRule
 
before() - Method in class io.dropwizard.testing.junit.DropwizardClientRule
 
build() - Method in class io.dropwizard.testing.junit.ResourceTestRule.Builder
 
builder() - Static method in class io.dropwizard.testing.junit.ResourceTestRule
 
Builder() - Constructor for class io.dropwizard.testing.junit.ResourceTestRule.Builder
 

C

client() - Method in class io.dropwizard.testing.junit.ResourceTestRule
 
config(String, String) - Static method in class io.dropwizard.testing.ConfigOverride
 
ConfigOverride - Class in io.dropwizard.testing
 

D

DropwizardAppRule<C extends Configuration> - Class in io.dropwizard.testing.junit
A JUnit rule for starting and stopping your application at the start and end of a test class.
DropwizardAppRule(Class<? extends Application<C>>, String, ConfigOverride...) - Constructor for class io.dropwizard.testing.junit.DropwizardAppRule
 
DropwizardAppRule(DropwizardTestSupport<C>) - Constructor for class io.dropwizard.testing.junit.DropwizardAppRule
 
DropwizardAppRule.ServiceListener<T extends Configuration> - Class in io.dropwizard.testing.junit
 
DropwizardClientRule - Class in io.dropwizard.testing.junit
Test your HTTP client code by writing a JAX-RS test double class and let this rule start and stop a Dropwizard application containing your doubles.
DropwizardClientRule(Object...) - Constructor for class io.dropwizard.testing.junit.DropwizardClientRule
 
DropwizardTestSupport<C extends Configuration> - Class in io.dropwizard.testing
A test support class for starting and stopping your application at the start and end of a test class.
DropwizardTestSupport(Class<? extends Application<C>>, String, ConfigOverride...) - Constructor for class io.dropwizard.testing.DropwizardTestSupport
 
DropwizardTestSupport.ServiceListener<T extends Configuration> - Class in io.dropwizard.testing
 

F

fixture(String) - Static method in class io.dropwizard.testing.FixtureHelpers
Reads the given fixture file from the classpath (e. g.
FixtureHelpers - Class in io.dropwizard.testing
A set of helper method for fixture files.

G

getAdminPort() - Method in class io.dropwizard.testing.DropwizardTestSupport
 
getAdminPort() - Method in class io.dropwizard.testing.junit.DropwizardAppRule
 
getApplication() - Method in class io.dropwizard.testing.DropwizardTestSupport
 
getApplication() - Method in class io.dropwizard.testing.junit.DropwizardAppRule
 
getConfiguration() - Method in class io.dropwizard.testing.DropwizardTestSupport
 
getConfiguration() - Method in class io.dropwizard.testing.junit.DropwizardAppRule
 
getEnvironment() - Method in class io.dropwizard.testing.DropwizardTestSupport
 
getEnvironment() - Method in class io.dropwizard.testing.junit.DropwizardAppRule
 
getJerseyTest() - Method in class io.dropwizard.testing.junit.ResourceTestRule
 
getLocalPort() - Method in class io.dropwizard.testing.DropwizardTestSupport
 
getLocalPort() - Method in class io.dropwizard.testing.junit.DropwizardAppRule
 
getObjectMapper() - Method in class io.dropwizard.testing.DropwizardTestSupport
 
getObjectMapper() - Method in class io.dropwizard.testing.junit.DropwizardAppRule
 
getObjectMapper() - Method in class io.dropwizard.testing.junit.ResourceTestRule
 
getTestSupport() - Method in class io.dropwizard.testing.junit.DropwizardAppRule
 
getValidator() - Method in class io.dropwizard.testing.junit.ResourceTestRule
 

I

io.dropwizard.testing - package io.dropwizard.testing
 
io.dropwizard.testing.junit - package io.dropwizard.testing.junit
 

M

manage(Managed) - Method in class io.dropwizard.testing.DropwizardTestSupport
 
manage(Managed) - Method in class io.dropwizard.testing.junit.DropwizardAppRule
 

N

newApplication() - Method in class io.dropwizard.testing.DropwizardTestSupport
 
newApplication() - Method in class io.dropwizard.testing.junit.DropwizardAppRule
 

O

onRun(T, Environment, DropwizardTestSupport<T>) - Method in class io.dropwizard.testing.DropwizardTestSupport.ServiceListener
 
onRun(T, Environment, DropwizardAppRule<T>) - Method in class io.dropwizard.testing.junit.DropwizardAppRule.ServiceListener
 
onStop(DropwizardTestSupport<T>) - Method in class io.dropwizard.testing.DropwizardTestSupport.ServiceListener
 
onStop(DropwizardAppRule<T>) - Method in class io.dropwizard.testing.junit.DropwizardAppRule.ServiceListener
 

R

removeFromSystemProperties() - Method in class io.dropwizard.testing.ConfigOverride
 
resourceFilePath(String) - Static method in class io.dropwizard.testing.ResourceHelpers
Detects the absolute path of a class path resource.
ResourceHelpers - Class in io.dropwizard.testing
A set of helper methods for working with classpath resources.
ResourceTestResourceConfig(String, ResourceTestRule) - Constructor for class io.dropwizard.testing.junit.ResourceTestRule.ResourceTestResourceConfig
 
ResourceTestResourceConfig(ServletConfig) - Constructor for class io.dropwizard.testing.junit.ResourceTestRule.ResourceTestResourceConfig
 
ResourceTestRule - Class in io.dropwizard.testing.junit
A JUnit TestRule for testing Jersey resources.
ResourceTestRule.Builder - Class in io.dropwizard.testing.junit
 
ResourceTestRule.ResourceTestResourceConfig - Class in io.dropwizard.testing.junit
 

S

ServiceListener() - Constructor for class io.dropwizard.testing.DropwizardTestSupport.ServiceListener
 
ServiceListener() - Constructor for class io.dropwizard.testing.junit.DropwizardAppRule.ServiceListener
 
setMapper(ObjectMapper) - Method in class io.dropwizard.testing.junit.ResourceTestRule.Builder
 
setTestContainerFactory(TestContainerFactory) - Method in class io.dropwizard.testing.junit.ResourceTestRule.Builder
 
setValidator(Validator) - Method in class io.dropwizard.testing.junit.ResourceTestRule.Builder
 
A B C D F G I M N O R S 
Skip navigation links

Copyright © 2015. All rights reserved.