org.testcontainers.lifecycle.TestDescription Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of testcontainers Show documentation
Show all versions of testcontainers Show documentation
Isolated container management for Java code testing
package org.testcontainers.lifecycle;
public interface TestDescription {
String getTestId();
String getFilesystemFriendlyName();
}