Interface ContainerService<T extends org.testcontainers.containers.GenericContainer>


public interface ContainerService<T extends org.testcontainers.containers.GenericContainer>
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    followLog(org.testcontainers.containers.output.BaseConsumer logConsumer)
     
     
  • Method Details

    • getContainer

      T getContainer()
    • followLog

      default void followLog(org.testcontainers.containers.output.BaseConsumer logConsumer)