| DropwizardTestSupport | DropwizardTestSupport | |||
|---|---|---|---|---|
| Compiled from "DropwizardTestSupport.java" | Compiled from "DropwizardTestSupport.java" | |||
| public class io.dropwizard.testing.DropwizardTestSupport<C extends io.dropw izard.Configuration> { | public class io.dropwizard.testing.DropwizardTestSupport<C extends io.dropw izard.Configuration> { | |||
| protected final java.lang.Class<? extends io.dropwizard.Application<C>> a pplicationClass; | protected final java.lang.Class<? extends io.dropwizard.Application<C>> a pplicationClass; | |||
| protected final java.lang.String configPath; | protected final java.lang.String configPath; | |||
| 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.util.Optional<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.Application<C>, io.dropwizard.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.Application<C> application; | |||
| protected io.dropwizard.setup.Environment environment; | protected io.dropwizard.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 nds io.dropwizard.Application<C>>, java.lang.String, io.dropwizard.testing. ConfigOverride...); | public io.dropwizard.testing.DropwizardTestSupport(java.lang.Class<? exte nds io.dropwizard.Application<C>>, java.lang.String, io.dropwizard.testing. ConfigOverride...); | |||
| public io.dropwizard.testing.DropwizardTestSupport(java.lang.Class<? exte nds io.dropwizard.Application<C>>, java.lang.String, io.dropwizard.configur ation.ConfigurationSourceProvider, io.dropwizard.testing.ConfigOverride...) ; | ||||
| public io.dropwizard.testing.DropwizardTestSupport(java.lang.Class<? exte nds io.dropwizard.Application<C>>, java.lang.String, java.util.Optional<jav a.lang.String>, io.dropwizard.testing.ConfigOverride...); | public io.dropwizard.testing.DropwizardTestSupport(java.lang.Class<? exte nds io.dropwizard.Application<C>>, java.lang.String, java.util.Optional<jav a.lang.String>, io.dropwizard.testing.ConfigOverride...); | |||
| public io.dropwizard.testing.DropwizardTestSupport(java.lang.Class<? exte | ||||
| nds io.dropwizard.Application<C>>, java.lang.String, io.dropwizard.configur | ||||
| ation.ConfigurationSourceProvider, java.lang.String, io.dropwizard.testing. | ||||
| ConfigOverride...); | ||||
| public io.dropwizard.testing.DropwizardTestSupport(java.lang.Class<? exte | ||||
| nds io.dropwizard.Application<C>>, java.lang.String, java.lang.String, io.d | ||||
| ropwizard.testing.ConfigOverride...); | ||||
| public io.dropwizard.testing.DropwizardTestSupport(java.lang.Class<? exte nds io.dropwizard.Application<C>>, java.lang.String, java.util.Optional<jav a.lang.String>, java.util.function.Function<io.dropwizard.Application<C>, i o.dropwizard.cli.Command>, io.dropwizard.testing.ConfigOverride...); | public io.dropwizard.testing.DropwizardTestSupport(java.lang.Class<? exte nds io.dropwizard.Application<C>>, java.lang.String, java.util.Optional<jav a.lang.String>, java.util.function.Function<io.dropwizard.Application<C>, i o.dropwizard.cli.Command>, io.dropwizard.testing.ConfigOverride...); | |||
| public io.dropwizard.testing.DropwizardTestSupport(java.lang.Class<? exte | ||||
| nds io.dropwizard.Application<C>>, java.lang.String, java.lang.String, java | ||||
| .util.function.Function<io.dropwizard.Application<C>, io.dropwizard.cli.Com | ||||
| mand>, io.dropwizard.testing.ConfigOverride...); | ||||
| public io.dropwizard.testing.DropwizardTestSupport(java.lang.Class<? exte | ||||
| nds io.dropwizard.Application<C>>, java.lang.String, io.dropwizard.configur | ||||
| ation.ConfigurationSourceProvider, java.lang.String, java.util.function.Fun | ||||
| 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); | |||
| 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(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(); | 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.Application<C> newApplication(); | |||
| public <A extends io.dropwizard.Application<C>> A getApplication(); | public <A extends io.dropwizard.Application<C>> A getApplication(); | |||
| public io.dropwizard.setup.Environment getEnvironment(); | public io.dropwizard.setup.Environment getEnvironment(); | |||
| public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper(); | public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper(); | |||
| } | } | |||
| End of changes. 6 change blocks. | ||||
| 2 lines changed or deleted | 20 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/  | ||||