org.testcontainers.containers.FutureContainer 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.containers;
import lombok.Data;
import org.testcontainers.containers.traits.LinkableContainer;
/**
* A container that may not have been launched yet.
*/
@Data
public class FutureContainer implements LinkableContainer {
private final String containerName;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy