org.testcontainers.junit.jupiter.TestcontainersTestDescription Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of junit-jupiter Show documentation
Show all versions of junit-jupiter Show documentation
Isolated container management for Java code testing
The newest version!
package org.testcontainers.junit.jupiter;
import lombok.Value;
import org.testcontainers.lifecycle.TestDescription;
@Value
class TestcontainersTestDescription implements TestDescription {
String testId;
String filesystemFriendlyName;
}