DropwizardAppExtension   DropwizardAppExtension 
Compiled from "DropwizardAppExtension.java" Compiled from "DropwizardAppExtension.java"
public class io.dropwizard.testing.junit5.DropwizardAppExtension<C extends io.dropwizard.Configuration> implements io.dropwizard.testing.junit5.Dropwi zardExtension { public class io.dropwizard.testing.junit5.DropwizardAppExtension<C extends io.dropwizard.Configuration> implements io.dropwizard.testing.junit5.Dropwi zardExtension {
public io.dropwizard.testing.junit5.DropwizardAppExtension(java.lang.Clas s<? extends io.dropwizard.Application<C>>); public io.dropwizard.testing.junit5.DropwizardAppExtension(java.lang.Clas s<? extends io.dropwizard.Application<C>>);
public io.dropwizard.testing.junit5.DropwizardAppExtension(java.lang.Clas s<? extends io.dropwizard.Application<C>>, java.lang.String, io.dropwizard. testing.ConfigOverride...); public io.dropwizard.testing.junit5.DropwizardAppExtension(java.lang.Clas s<? extends io.dropwizard.Application<C>>, java.lang.String, io.dropwizard. testing.ConfigOverride...);
public io.dropwizard.testing.junit5.DropwizardAppExtension(java.lang.Clas s<? extends io.dropwizard.Application<C>>, java.lang.String, io.dropwizard. configuration.ConfigurationSourceProvider, io.dropwizard.testing.ConfigOver ride...);
public io.dropwizard.testing.junit5.DropwizardAppExtension(java.lang.Clas s<? extends io.dropwizard.Application<C>>, java.lang.String, java.util.Opti onal<java.lang.String>, io.dropwizard.testing.ConfigOverride...); public io.dropwizard.testing.junit5.DropwizardAppExtension(java.lang.Clas s<? extends io.dropwizard.Application<C>>, java.lang.String, java.util.Opti onal<java.lang.String>, io.dropwizard.testing.ConfigOverride...);
public io.dropwizard.testing.junit5.DropwizardAppExtension(java.lang.Clas
s<? extends io.dropwizard.Application<C>>, java.lang.String, java.lang.Stri
ng, io.dropwizard.testing.ConfigOverride...);
public io.dropwizard.testing.junit5.DropwizardAppExtension(java.lang.Clas
s<? extends io.dropwizard.Application<C>>, java.lang.String, io.dropwizard.
configuration.ConfigurationSourceProvider, java.lang.String, io.dropwizard.
testing.ConfigOverride...);
public io.dropwizard.testing.junit5.DropwizardAppExtension(java.lang.Clas s<? extends io.dropwizard.Application<C>>, java.lang.String, java.util.Opti onal<java.lang.String>, java.util.function.Function<io.dropwizard.Applicati on<C>, io.dropwizard.cli.Command>, io.dropwizard.testing.ConfigOverride...) ; public io.dropwizard.testing.junit5.DropwizardAppExtension(java.lang.Clas s<? extends io.dropwizard.Application<C>>, java.lang.String, java.util.Opti onal<java.lang.String>, java.util.function.Function<io.dropwizard.Applicati on<C>, io.dropwizard.cli.Command>, io.dropwizard.testing.ConfigOverride...) ;
public io.dropwizard.testing.junit5.DropwizardAppExtension(java.lang.Clas
s<? extends io.dropwizard.Application<C>>, java.lang.String, java.lang.Stri
ng, java.util.function.Function<io.dropwizard.Application<C>, io.dropwizard
.cli.Command>, io.dropwizard.testing.ConfigOverride...);
public io.dropwizard.testing.junit5.DropwizardAppExtension(java.lang.Clas
s<? extends io.dropwizard.Application<C>>, java.lang.String, io.dropwizard.
configuration.ConfigurationSourceProvider, java.lang.String, java.util.func
tion.Function<io.dropwizard.Application<C>, io.dropwizard.cli.Command>, io.
dropwizard.testing.ConfigOverride...);
public io.dropwizard.testing.junit5.DropwizardAppExtension(java.lang.Clas s<? extends io.dropwizard.Application<C>>, C); public io.dropwizard.testing.junit5.DropwizardAppExtension(java.lang.Clas s<? extends io.dropwizard.Application<C>>, C);
public io.dropwizard.testing.junit5.DropwizardAppExtension(java.lang.Clas s<? extends io.dropwizard.Application<C>>, C, java.util.function.Function<i o.dropwizard.Application<C>, io.dropwizard.cli.Command>); public io.dropwizard.testing.junit5.DropwizardAppExtension(java.lang.Clas s<? extends io.dropwizard.Application<C>>, C, java.util.function.Function<i o.dropwizard.Application<C>, io.dropwizard.cli.Command>);
public io.dropwizard.testing.junit5.DropwizardAppExtension(io.dropwizard. testing.DropwizardTestSupport<C>); public io.dropwizard.testing.junit5.DropwizardAppExtension(io.dropwizard. testing.DropwizardTestSupport<C>);
public io.dropwizard.testing.junit5.DropwizardAppExtension<C> addListener (io.dropwizard.testing.junit5.DropwizardAppExtension$ServiceListener<C>); public io.dropwizard.testing.junit5.DropwizardAppExtension<C> addListener (io.dropwizard.testing.junit5.DropwizardAppExtension$ServiceListener<C>);
public io.dropwizard.testing.junit5.DropwizardAppExtension<C> manage(io.d ropwizard.lifecycle.Managed); public io.dropwizard.testing.junit5.DropwizardAppExtension<C> manage(io.d ropwizard.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 getPort(int); public int getPort(int);
public int getAdminPort(); public int getAdminPort();
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();
public io.dropwizard.testing.DropwizardTestSupport<C> getTestSupport(); public io.dropwizard.testing.DropwizardTestSupport<C> getTestSupport();
 End of changes. 4 change blocks. 
1 lines changed or deleted 18 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/