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>>, 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, com.google.common.ba | ||||
se.Optional<java.lang.String>, io.dropwizard.testing.ConfigOverride...); | ||||
public io.dropwizard.testing.junit.DropwizardAppRule(java.lang.Class<? ex | ||||
tends io.dropwizard.Application<C>>, C); | ||||
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(); | |||
protected void after(); | protected void after(); | |||
public C getConfiguration(); | public C getConfiguration(); | |||
public int getLocalPort(); | public int getLocalPort(); | |||
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. 3 change blocks. | ||||
0 lines changed or deleted | 7 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/ |