Class AbstractDockerDeployer<T,​C extends org.testcontainers.containers.GenericContainer<?>>

    • Field Detail

      • LOGGER

        private static final org.slf4j.Logger LOGGER
      • container

        protected final C extends org.testcontainers.containers.GenericContainer<?> container
    • Constructor Detail

      • AbstractDockerDeployer

        public AbstractDockerDeployer​(C container)
    • Method Detail

      • getController

        protected abstract T getController​(C container)
      • deploy

        public T deploy()
        Description copied from interface: Deployer
        Deploys resource
        Specified by:
        deploy in interface Deployer<T>
        Returns:
        Controller for deployed resource