JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
E
F
G
I
J
L
M
N
O
P
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
application
- Variable in class io.dropwizard.testing.
DropwizardTestSupport
applicationClass
- Variable in class io.dropwizard.testing.
DropwizardTestSupport
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
Builds a
ResourceTestRule
with a configured Jersey testing environment.
build(ConfigurationSourceProvider, String)
- Method in class io.dropwizard.testing.
POJOConfigurationFactory
build(File)
- Method in class io.dropwizard.testing.
POJOConfigurationFactory
build()
- Method in class io.dropwizard.testing.
POJOConfigurationFactory
build(JsonNode, String)
- Method in class io.dropwizard.testing.
POJOConfigurationFactory
builder()
- Static method in class io.dropwizard.testing.junit.
ResourceTestRule
Creates a new Jersey testing environment builder for
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
config(String, String, String)
- Static method in class io.dropwizard.testing.
ConfigOverride
config(String, Supplier<String>)
- Static method in class io.dropwizard.testing.
ConfigOverride
config(String, String, Supplier<String>)
- Static method in class io.dropwizard.testing.
ConfigOverride
ConfigOverride
- Class in
io.dropwizard.testing
configOverrides
- Variable in class io.dropwizard.testing.
DropwizardTestSupport
configPath
- Variable in class io.dropwizard.testing.
DropwizardTestSupport
configuration
- Variable in class io.dropwizard.testing.
DropwizardTestSupport
configuration
- Variable in class io.dropwizard.testing.
POJOConfigurationFactory
customPropertyPrefix
- Variable in class io.dropwizard.testing.
DropwizardTestSupport
D
DEFAULT_PREFIX
- Static variable in class io.dropwizard.testing.
ConfigOverride
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>>)
- Constructor for class io.dropwizard.testing.junit.
DropwizardAppRule
DropwizardAppRule(Class<? extends Application<C>>, String, ConfigOverride...)
- Constructor for class io.dropwizard.testing.junit.
DropwizardAppRule
DropwizardAppRule(Class<? extends Application<C>>, String, Optional<String>, ConfigOverride...)
- Constructor for class io.dropwizard.testing.junit.
DropwizardAppRule
DropwizardAppRule(Class<? extends Application<C>>, C)
- Constructor for class io.dropwizard.testing.junit.
DropwizardAppRule
Alternate constructor that allows specifying exact Configuration object to use, instead of reading a resource and binding it as Configuration object.
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(Class<? extends Application<C>>, String, Optional<String>, ConfigOverride...)
- Constructor for class io.dropwizard.testing.
DropwizardTestSupport
DropwizardTestSupport(Class<? extends Application<C>>, C)
- Constructor for class io.dropwizard.testing.
DropwizardTestSupport
Alternative constructor that may be used to directly provide Configuration to use, instead of specifying resource path for locating data to create Configuration.
DropwizardTestSupport.ServiceListener
<
T
extends
Configuration
> - Class in
io.dropwizard.testing
E
environment
- Variable in class io.dropwizard.testing.
DropwizardTestSupport
explicitConfig
- Variable in class io.dropwizard.testing.
DropwizardTestSupport
Flag that indicates whether instance was constructed with an explicit Configuration object or not; handling of the two cases differ.
F
fixture(String)
- Static method in class io.dropwizard.testing.
FixtureHelpers
Reads the given fixture file from the classpath (e.
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
getClientConfigurator()
- Method in class io.dropwizard.testing.junit.
ResourceTestRule
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
getEnvironment()
- Method in class io.dropwizard.testing.junit.
DropwizardClientRule
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.
DropwizardClientRule
getObjectMapper()
- Method in class io.dropwizard.testing.junit.
ResourceTestRule
getPort(int)
- Method in class io.dropwizard.testing.
DropwizardTestSupport
getPort(int)
- Method in class io.dropwizard.testing.junit.
DropwizardAppRule
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
J
jettyServer
- Variable in class io.dropwizard.testing.
DropwizardTestSupport
L
listeners
- Variable in class io.dropwizard.testing.
DropwizardTestSupport
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
P
POJOConfigurationFactory
<
C
extends
Configuration
> - Class in
io.dropwizard.testing
POJOConfigurationFactory(C)
- Constructor for class io.dropwizard.testing.
POJOConfigurationFactory
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.
ResourceTestRule
- Class in
io.dropwizard.testing.junit
A JUnit
TestRule
for testing Jersey resources.
ResourceTestRule.Builder
- Class in
io.dropwizard.testing.junit
A
ResourceTestRule
builder which enables configuration of a Jersey testing environment.
S
ServiceListener()
- Constructor for class io.dropwizard.testing.
DropwizardTestSupport.ServiceListener
ServiceListener()
- Constructor for class io.dropwizard.testing.junit.
DropwizardAppRule.ServiceListener
setClientConfigurator(Consumer<ClientConfig>)
- Method in class io.dropwizard.testing.junit.
ResourceTestRule.Builder
setMapper(ObjectMapper)
- Method in class io.dropwizard.testing.junit.
ResourceTestRule.Builder
setRegisterDefaultExceptionMappers(boolean)
- 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
E
F
G
I
J
L
M
N
O
P
R
S
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2016. All rights reserved.