Interface ContainerService<T extends org.testcontainers.containers.GenericContainer>
public interface ContainerService<T extends org.testcontainers.containers.GenericContainer>
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidfollowLog(org.testcontainers.containers.output.BaseConsumer logConsumer)
-
Method Details
-
getContainer
T getContainer() -
followLog
default void followLog(org.testcontainers.containers.output.BaseConsumer logConsumer)
-