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 java.util.Set<io.dropwizard.testing.ConfigOverride> confi gOverrides; | protected final java.util.Set<io.dropwizard.testing.ConfigOverride> confi gOverrides; | |||
protected final com.google.common.base.Optional<java.lang.String> customP ropertyPrefix; | protected final java.util.Optional<java.lang.String> customPropertyPrefix ; | |||
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, com.google.common.base .Optional<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.util.Optional<jav a.lang.String>, io.dropwizard.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<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(); | |||
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(); | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 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/ |