Interface AbstractTestContainersProvider.ContainerCommand

Enclosing class:
AbstractTestContainersProvider<T extends org.testcontainers.containers.GenericContainer<? extends T>>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface protected static interface AbstractTestContainersProvider.ContainerCommand
  • Method Summary

    Modifier and Type
    Method
    Description
    org.testcontainers.containers.Container.ExecResult
     
  • Method Details

    • execute

      org.testcontainers.containers.Container.ExecResult execute() throws Exception
      Throws:
      Exception