Module: Testcontainers

Defined in:
lib/testcontainers.rb,
lib/testcontainers/version.rb,
lib/testcontainers/docker_container.rb

Defined Under Namespace

Classes: ConnectionError, ContainerLaunchException, ContainerNotStartedError, DockerContainer, Error, HealthcheckNotSupportedError, NotFoundError, PortNotMappedError, TimeoutError

Constant Summary collapse

VERSION =
"0.2.0"
GenericContainer =

Alias for forward-compatibility

DockerContainer

Class Attribute Summary collapse

Class Attribute Details

.loggerObject



30
31
32
# File 'lib/testcontainers.rb', line 30

def logger
  @logger ||= Logger.new($stdout, level: :info)
end