public class VarnishResource
extends org.junit.rules.ExternalResource
| Constructor and Description |
|---|
VarnishResource(com.github.platan.varnishexec.VarnishExec varnishExec,
com.github.platan.varnishexec.VarnishCommand command) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
after() |
protected void |
before() |
static VarnishResource |
build(com.github.platan.varnishexec.VarnishCommand varnishCommand) |
int |
getPort() |
public VarnishResource(com.github.platan.varnishexec.VarnishExec varnishExec,
com.github.platan.varnishexec.VarnishCommand command)
public static VarnishResource build(com.github.platan.varnishexec.VarnishCommand varnishCommand)
protected void before()
throws java.lang.Throwable
before in class org.junit.rules.ExternalResourcejava.lang.Throwableprotected void after()
after in class org.junit.rules.ExternalResourcepublic int getPort()