Registry / testing / docker-proxy-rule-junit4

docker-proxy-rule-junit4

JSON →
library1.17.0javamavenunverified

JUnit 4 rule for managing Docker proxy containers in tests.

<dependency> <groupId>com.palantir.docker.proxy</groupId> <artifactId>docker-proxy-rule-junit4</artifactId> <version>1.17.0</version> </dependency>
INSTALL
IMPORT
SIG · DOCKER-PROXY-RULE-
D
docker-proxy-rule-junit4
testingjavav1.17.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DockerProxyRule
com.palantir.docker.proxy.rule.DockerProxyRule

Uses DockerProxyRule in a JUnit 4 test

import com.palantir.docker.proxy.rule.DockerProxyRule; import org.junit.Rule; import org.junit.Test; public class ExampleTest { @Rule public DockerProxyRule proxyRule = new DockerProxyRule(); @Test public void testWithProxy() { System.out.println("Proxy running: " + proxyRule.getProxyUrl()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.17.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources