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.String configPath;
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 boolean explicitConfig;
protected C configuration;
protected io.dropwizard.Application<C> application;
protected io.dropwizard.setup.Environment environment;
protected org.eclipse.jetty.server.Server jettyServer;
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>>, 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 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();
static org.eclipse.jetty.server.Server access$002(io.dropwizard.testing.D
ropwizardTestSupport, org.eclipse.jetty.server.Server);
static io.dropwizard.Configuration access$102(io.dropwizard.testing.Dropw
izardTestSupport, io.dropwizard.Configuration);
static io.dropwizard.setup.Environment access$202(io.dropwizard.testing.D
ropwizardTestSupport, io.dropwizard.setup.Environment);
static java.util.List access$300(io.dropwizard.testing.DropwizardTestSupp
ort);
} }
 End of changes. 4 change blocks. 
8 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/