DropwizardAppRule | DropwizardAppRule | |||
---|---|---|---|---|
Compiled from "DropwizardAppRule.java" | Compiled from "DropwizardAppRule.java" | |||
public class io.dropwizard.testing.junit.DropwizardAppRule<C extends io.dro pwizard.Configuration> extends org.junit.rules.ExternalResource { | public class io.dropwizard.testing.junit.DropwizardAppRule<C extends io.dro pwizard.Configuration> extends org.junit.rules.ExternalResource { | |||
public io.dropwizard.testing.junit.DropwizardAppRule(java.lang.Class<? ex tends io.dropwizard.Application<C>>); | public io.dropwizard.testing.junit.DropwizardAppRule(java.lang.Class<? ex tends io.dropwizard.Application<C>>); | |||
public io.dropwizard.testing.junit.DropwizardAppRule(java.lang.Class<? ex tends io.dropwizard.Application<C>>, java.lang.String, io.dropwizard.testin g.ConfigOverride...); | public io.dropwizard.testing.junit.DropwizardAppRule(java.lang.Class<? ex tends io.dropwizard.Application<C>>, java.lang.String, io.dropwizard.testin g.ConfigOverride...); | |||
public io.dropwizard.testing.junit.DropwizardAppRule(java.lang.Class<? ex tends io.dropwizard.Application<C>>, java.lang.String, io.dropwizard.config uration.ConfigurationSourceProvider, io.dropwizard.testing.ConfigOverride.. .); | ||||
public io.dropwizard.testing.junit.DropwizardAppRule(java.lang.Class<? ex tends io.dropwizard.Application<C>>, java.lang.String, java.util.Optional<j ava.lang.String>, io.dropwizard.testing.ConfigOverride...); | public io.dropwizard.testing.junit.DropwizardAppRule(java.lang.Class<? ex tends io.dropwizard.Application<C>>, java.lang.String, java.util.Optional<j ava.lang.String>, io.dropwizard.testing.ConfigOverride...); | |||
public io.dropwizard.testing.junit.DropwizardAppRule(java.lang.Class<? ex | ||||
tends io.dropwizard.Application<C>>, java.lang.String, java.lang.String, io | ||||
.dropwizard.testing.ConfigOverride...); | ||||
public io.dropwizard.testing.junit.DropwizardAppRule(java.lang.Class<? ex | ||||
tends io.dropwizard.Application<C>>, java.lang.String, io.dropwizard.config | ||||
uration.ConfigurationSourceProvider, java.lang.String, io.dropwizard.testin | ||||
g.ConfigOverride...); | ||||
public io.dropwizard.testing.junit.DropwizardAppRule(java.lang.Class<? ex tends io.dropwizard.Application<C>>, java.lang.String, java.util.Optional<j ava.lang.String>, java.util.function.Function<io.dropwizard.Application<C>, io.dropwizard.cli.Command>, io.dropwizard.testing.ConfigOverride...); | public io.dropwizard.testing.junit.DropwizardAppRule(java.lang.Class<? ex tends io.dropwizard.Application<C>>, java.lang.String, java.util.Optional<j ava.lang.String>, java.util.function.Function<io.dropwizard.Application<C>, io.dropwizard.cli.Command>, io.dropwizard.testing.ConfigOverride...); | |||
public io.dropwizard.testing.junit.DropwizardAppRule(java.lang.Class<? ex | ||||
tends io.dropwizard.Application<C>>, java.lang.String, java.lang.String, ja | ||||
va.util.function.Function<io.dropwizard.Application<C>, io.dropwizard.cli.C | ||||
ommand>, io.dropwizard.testing.ConfigOverride...); | ||||
public io.dropwizard.testing.junit.DropwizardAppRule(java.lang.Class<? ex | ||||
tends io.dropwizard.Application<C>>, java.lang.String, io.dropwizard.config | ||||
uration.ConfigurationSourceProvider, java.lang.String, java.util.function.F | ||||
unction<io.dropwizard.Application<C>, io.dropwizard.cli.Command>, io.dropwi | ||||
zard.testing.ConfigOverride...); | ||||
public io.dropwizard.testing.junit.DropwizardAppRule(java.lang.Class<? ex tends io.dropwizard.Application<C>>, C); | public io.dropwizard.testing.junit.DropwizardAppRule(java.lang.Class<? ex tends io.dropwizard.Application<C>>, C); | |||
public io.dropwizard.testing.junit.DropwizardAppRule(java.lang.Class<? ex tends io.dropwizard.Application<C>>, C, java.util.function.Function<io.drop wizard.Application<C>, io.dropwizard.cli.Command>); | public io.dropwizard.testing.junit.DropwizardAppRule(java.lang.Class<? ex tends io.dropwizard.Application<C>>, C, java.util.function.Function<io.drop wizard.Application<C>, io.dropwizard.cli.Command>); | |||
public io.dropwizard.testing.junit.DropwizardAppRule(io.dropwizard.testin g.DropwizardTestSupport<C>); | public io.dropwizard.testing.junit.DropwizardAppRule(io.dropwizard.testin g.DropwizardTestSupport<C>); | |||
public io.dropwizard.testing.junit.DropwizardAppRule<C> addListener(io.dr opwizard.testing.junit.DropwizardAppRule$ServiceListener<C>); | public io.dropwizard.testing.junit.DropwizardAppRule<C> addListener(io.dr opwizard.testing.junit.DropwizardAppRule$ServiceListener<C>); | |||
public io.dropwizard.testing.junit.DropwizardAppRule<C> manage(io.dropwiz ard.lifecycle.Managed); | public io.dropwizard.testing.junit.DropwizardAppRule<C> manage(io.dropwiz ard.lifecycle.Managed); | |||
protected void before(); | protected void before() throws java.lang.Exception; | |||
protected void after(); | protected 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/ |