Registry / testing / docker-compose-rule-junit4

docker-compose-rule-junit4

JSON →
library2.3.0javamavenunverified

A JUnit 4 rule to manage Docker Compose containers for integration testing.

testing
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.

com.palantir.docker.compose.DockerComposeRule

Minimal JUnit 4 test using DockerComposeRule to start containers.

import com.palantir.docker.compose.DockerComposeRule; import org.junit.Rule; import org.junit.Test; public class MyTest { @Rule public DockerComposeRule docker = DockerComposeRule.builder() .file("docker-compose.yml") .build(); @Test public void testService() { // Your test logic here } }
Debug
Known footguns
gotchaThis library is no longer actively maintained; consider using Testcontainers instead.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
17 hits · last 30 days
gptbot
3
amazonbot
3
claudebot
3
bingbot
1
mj12bot
1
ahrefsbot
1
Resources