public final class DockerRule<T extends DockerContainer> extends Object implements org.junit.rules.TestRule
| Constructor and Description |
|---|
DockerRule(Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement base,
org.junit.runner.Description description) |
T |
get() |
DockerRule<T> |
localOnly() |
public DockerRule<T> localOnly()
public T get() throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base,
org.junit.runner.Description description)
apply in interface org.junit.rules.TestRuleCopyright © 2004–2017. All rights reserved.