DropwizardTestSupport | DropwizardTestSupport | |||
---|---|---|---|---|
Compiled from "DropwizardTestSupport.java" | Compiled from "DropwizardTestSupport.java" | |||
public class io.dropwizard.testing.DropwizardTestSupport<C extends io.dropw | public class io.dropwizard.testing.DropwizardTestSupport<C extends io.dropw | |||
izard.Configuration> { | izard.core.Configuration> { | |||
protected final java.lang.Class<? extends io.dropwizard.Application<C>> a | protected final java.lang.Class<? extends io.dropwizard.core.Application< | |||
pplicationClass; | C>> applicationClass; | |||
protected final java.lang.String configPath; | protected final java.lang.String configPath; | |||
protected final io.dropwizard.configuration.ConfigurationSourceProvider c onfigSourceProvider; | protected final io.dropwizard.configuration.ConfigurationSourceProvider c onfigSourceProvider; | |||
protected final java.util.Set<io.dropwizard.testing.ConfigOverride> confi gOverrides; | protected final java.util.Set<io.dropwizard.testing.ConfigOverride> confi gOverrides; | |||
protected final java.lang.String customPropertyPrefix; | protected final java.lang.String customPropertyPrefix; | |||
protected final java.util.function.Function<io.dropwizard.Application<C>, io.dropwizard.cli.Command> commandInstantiator; | protected final java.util.function.Function<io.dropwizard.core.Applicatio n<C>, io.dropwizard.core.cli.Command> commandInstantiator; | |||
protected final boolean explicitConfig; | protected final boolean explicitConfig; | |||
protected C configuration; | protected C configuration; | |||
protected io.dropwizard.Application<C> application; | protected io.dropwizard.core.Application<C> application; | |||
protected io.dropwizard.setup.Environment environment; | protected io.dropwizard.core.setup.Environment environment; | |||
protected org.eclipse.jetty.server.Server jettyServer; | protected org.eclipse.jetty.server.Server jettyServer; | |||
protected java.util.List<io.dropwizard.testing.DropwizardTestSupport$Serv iceListener<C>> listeners; | protected java.util.List<io.dropwizard.testing.DropwizardTestSupport$Serv iceListener<C>> listeners; | |||
public io.dropwizard.testing.DropwizardTestSupport(java.lang.Class<? exte | public io.dropwizard.testing.DropwizardTestSupport(java.lang.Class<? exte | |||
nds io.dropwizard.Application<C>>, java.lang.String, io.dropwizard.testing. | nds io.dropwizard.core.Application<C>>, java.lang.String, io.dropwizard.tes | |||
ConfigOverride...); | ting.ConfigOverride...); | |||
public io.dropwizard.testing.DropwizardTestSupport(java.lang.Class<? exte | public io.dropwizard.testing.DropwizardTestSupport(java.lang.Class<? exte | |||
nds io.dropwizard.Application<C>>, java.lang.String, io.dropwizard.configur | nds io.dropwizard.core.Application<C>>, java.lang.String, io.dropwizard.con | |||
ation.ConfigurationSourceProvider, io.dropwizard.testing.ConfigOverride...) | figuration.ConfigurationSourceProvider, io.dropwizard.testing.ConfigOverrid | |||
; | e...); | |||
public io.dropwizard.testing.DropwizardTestSupport(java.lang.Class<? exte | public io.dropwizard.testing.DropwizardTestSupport(java.lang.Class<? exte | |||
nds io.dropwizard.Application<C>>, java.lang.String, java.util.Optional<jav | nds io.dropwizard.core.Application<C>>, java.lang.String, io.dropwizard.con | |||
a.lang.String>, io.dropwizard.testing.ConfigOverride...); | figuration.ConfigurationSourceProvider, java.lang.String, io.dropwizard.tes | |||
public io.dropwizard.testing.DropwizardTestSupport(java.lang.Class<? exte | ting.ConfigOverride...); | |||
nds io.dropwizard.Application<C>>, java.lang.String, io.dropwizard.configur | public io.dropwizard.testing.DropwizardTestSupport(java.lang.Class<? exte | |||
ation.ConfigurationSourceProvider, java.lang.String, io.dropwizard.testing. | nds io.dropwizard.core.Application<C>>, java.lang.String, java.lang.String, | |||
ConfigOverride...); | io.dropwizard.testing.ConfigOverride...); | |||
public io.dropwizard.testing.DropwizardTestSupport(java.lang.Class<? exte | public io.dropwizard.testing.DropwizardTestSupport(java.lang.Class<? exte | |||
nds io.dropwizard.Application<C>>, java.lang.String, java.lang.String, io.d | nds io.dropwizard.core.Application<C>>, java.lang.String, java.lang.String, | |||
ropwizard.testing.ConfigOverride...); | java.util.function.Function<io.dropwizard.core.Application<C>, io.dropwiza | |||
public io.dropwizard.testing.DropwizardTestSupport(java.lang.Class<? exte | rd.core.cli.Command>, io.dropwizard.testing.ConfigOverride...); | |||
nds io.dropwizard.Application<C>>, java.lang.String, java.util.Optional<jav | public io.dropwizard.testing.DropwizardTestSupport(java.lang.Class<? exte | |||
a.lang.String>, java.util.function.Function<io.dropwizard.Application<C>, i | nds io.dropwizard.core.Application<C>>, java.lang.String, io.dropwizard.con | |||
o.dropwizard.cli.Command>, io.dropwizard.testing.ConfigOverride...); | figuration.ConfigurationSourceProvider, java.lang.String, java.util.functio | |||
public io.dropwizard.testing.DropwizardTestSupport(java.lang.Class<? exte | n.Function<io.dropwizard.core.Application<C>, io.dropwizard.core.cli.Comman | |||
nds io.dropwizard.Application<C>>, java.lang.String, java.lang.String, java | d>, io.dropwizard.testing.ConfigOverride...); | |||
.util.function.Function<io.dropwizard.Application<C>, io.dropwizard.cli.Com | public io.dropwizard.testing.DropwizardTestSupport(java.lang.Class<? exte | |||
mand>, io.dropwizard.testing.ConfigOverride...); | nds io.dropwizard.core.Application<C>>, C); | |||
public io.dropwizard.testing.DropwizardTestSupport(java.lang.Class<? exte | public io.dropwizard.testing.DropwizardTestSupport(java.lang.Class<? exte | |||
nds io.dropwizard.Application<C>>, java.lang.String, io.dropwizard.configur | nds io.dropwizard.core.Application<C>>, C, java.util.function.Function<io.d | |||
ation.ConfigurationSourceProvider, java.lang.String, java.util.function.Fun | ropwizard.core.Application<C>, io.dropwizard.core.cli.Command>); | |||
ction<io.dropwizard.Application<C>, io.dropwizard.cli.Command>, io.dropwiza | ||||
rd.testing.ConfigOverride...); | ||||
public io.dropwizard.testing.DropwizardTestSupport(java.lang.Class<? exte | ||||
nds io.dropwizard.Application<C>>, C); | ||||
public io.dropwizard.testing.DropwizardTestSupport(java.lang.Class<? exte | ||||
nds io.dropwizard.Application<C>>, C, java.util.function.Function<io.dropwi | ||||
zard.Application<C>, io.dropwizard.cli.Command>); | ||||
public io.dropwizard.testing.DropwizardTestSupport<C> addListener(io.drop wizard.testing.DropwizardTestSupport$ServiceListener<C>); | public io.dropwizard.testing.DropwizardTestSupport<C> addListener(io.drop wizard.testing.DropwizardTestSupport$ServiceListener<C>); | |||
public io.dropwizard.testing.DropwizardTestSupport<C> manage(io.dropwizar d.lifecycle.Managed); | public io.dropwizard.testing.DropwizardTestSupport<C> manage(io.dropwizar d.lifecycle.Managed); | |||
public void before() throws java.lang.Exception; | public void before() throws java.lang.Exception; | |||
public void after(); | public void after(); | |||
public C getConfiguration(); | public C getConfiguration(); | |||
public int getLocalPort(); | public int getLocalPort(); | |||
public int getAdminPort(); | public int getAdminPort(); | |||
public int getPort(int); | public int getPort(int); | |||
public io.dropwizard.Application<C> newApplication(); | public io.dropwizard.core.Application<C> newApplication(); | |||
public <A extends io.dropwizard.Application<C>> A getApplication(); | public <A extends io.dropwizard.core.Application<C>> A getApplication(); | |||
public io.dropwizard.setup.Environment getEnvironment(); | public io.dropwizard.core.setup.Environment getEnvironment(); | |||
public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper(); | public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper(); | |||
} | } | |||
End of changes. 5 change blocks. | ||||
45 lines changed or deleted | 38 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |