Class DockerRule<T extends DockerContainer>
java.lang.Object
org.jenkinsci.test.acceptance.docker.DockerRule<T>
- All Implemented Interfaces:
org.junit.rules.TestRule
public final class DockerRule<T extends DockerContainer>
extends Object
implements org.junit.rules.TestRule
Starts a Docker container for a test.
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DockerRule
-
-
Method Details
-
localOnly
-
get
- Throws:
IOException
InterruptedException
-
apply
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description) - Specified by:
apply
in interfaceorg.junit.rules.TestRule
-