DropwizardAppRule | DropwizardAppRule | |||
---|---|---|---|---|
Compiled from "DropwizardAppRule.java" | Compiled from "DropwizardAppRule.java" | |||
public class io.dropwizard.testing.junit.DropwizardAppRule<C extends io.dro | public class io.dropwizard.testing.junit.DropwizardAppRule<C extends io.dro | |||
pwizard.Configuration> implements org.junit.rules.TestRule { | pwizard.Configuration> extends org.junit.rules.ExternalResource { | |||
public io.dropwizard.testing.junit.DropwizardAppRule(java.lang.Class<? ex | public io.dropwizard.testing.junit.DropwizardAppRule(java.lang.Class<? ex | |||
tends io.dropwizard.Application<C>>, java.lang.String, io.dropwizard.testin | tends io.dropwizard.Application<C>>, java.lang.String, io.dropwizard.testin | |||
g.junit.ConfigOverride...); | g.ConfigOverride...); | |||
public org.junit.runners.model.Statement apply(org.junit.runners.model.St | public io.dropwizard.testing.junit.DropwizardAppRule(io.dropwizard.testin | |||
atement, org.junit.runner.Description); | 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> manage(io.dropwiz | ||||
ard.lifecycle.Managed); | ||||
protected void before(); | ||||
protected void after(); | ||||
public C getConfiguration(); | public C getConfiguration(); | |||
public int getLocalPort(); | public int getLocalPort(); | |||
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(); | |||
static void access$000(io.dropwizard.testing.junit.DropwizardAppRule); | public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper(); | |||
static void access$100(io.dropwizard.testing.junit.DropwizardAppRule); | public io.dropwizard.testing.DropwizardTestSupport<C> getTestSupport(); | |||
static org.eclipse.jetty.server.Server access$200(io.dropwizard.testing.j | ||||
unit.DropwizardAppRule); | ||||
static org.eclipse.jetty.server.Server access$202(io.dropwizard.testing.j | ||||
unit.DropwizardAppRule, org.eclipse.jetty.server.Server); | ||||
static io.dropwizard.Configuration access$302(io.dropwizard.testing.junit | ||||
.DropwizardAppRule, io.dropwizard.Configuration); | ||||
static io.dropwizard.setup.Environment access$402(io.dropwizard.testing.j | ||||
unit.DropwizardAppRule, io.dropwizard.setup.Environment); | ||||
} | } | |||
End of changes. 2 change blocks. | ||||
17 lines changed or deleted | 15 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/ |