Package | Description |
---|---|
org.testcontainers.containers |
Modifier and Type | Class and Description |
---|---|
class |
AmbassadorContainer<SELF extends AmbassadorContainer<SELF>>
An ambassador container is used as a TCP proxy, enabling any TCP port of another linked container to be exposed
publicly, even if that container does not make the port public itself.
|
class |
DockerComposeContainer<SELF extends DockerComposeContainer<SELF>>
Container which launches Docker Compose, for the purposes of launching a defined set of containers.
|
class |
FixedHostPortGenericContainer<SELF extends FixedHostPortGenericContainer<SELF>>
Variant of
GenericContainer that allows a fixed port on the docker host to be mapped to a container port. |
class |
GenericContainer<SELF extends GenericContainer<SELF>>
Base class for that allows a container to be launched and controlled.
|
class |
VncRecordingSidekickContainer<SELF extends VncRecordingSidekickContainer<SELF,T>,T extends VncService & LinkableContainer>
'Sidekick container' with the sole purpose of recording the VNC screen output from another container.
|
Copyright © 2017. All rights reserved.