abstract class SingleContainer[T <: org.testcontainers.containers.GenericContainer[_]] extends TestContainerProxy[T]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- SingleContainer
- TestContainerProxy
- Container
- Startable
- AutoCloseable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SingleContainer()
Abstract Value Members
-
implicit abstract
def
container: T
- Definition Classes
- TestContainerProxy
- Annotations
- @deprecated
- Deprecated
Please use reflective methods from the wrapper and
configuremethod for creation
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def binds: Seq[Bind]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
close(): Unit
- Definition Classes
- Startable → AutoCloseable
- def command: Seq[String]
- def configure(configProvider: (T) ⇒ Unit): SingleContainer.this.type
- def containerId: String
- def containerInfo: InspectContainerResponse
- def containerIpAddress: String
- def containerName: String
- def createContainerCmdModifiers: Set[Consumer[CreateContainerCmd]]
- def dockerClient: DockerClient
- def dockerDaemonInfo: Info
- def env: Seq[String]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def exposedPorts: Seq[Int]
- def extraHosts: Seq[String]
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getDependencies(): Set[Startable]
- Definition Classes
- Startable
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def image: Future[String]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def logConsumers: Seq[Consumer[OutputFrame]]
- def mappedPort(port: Int): Int
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def network: Network
- def networkAliases: Seq[String]
- def networkMode: String
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def portBindings: Seq[String]
- def privilegedMode: Boolean
-
def
start(): Unit
- Definition Classes
- SingleContainer → Startable
- def startupAttempts: Int
- def startupCheckStrategy: StartupCheckStrategy
-
def
stop(): Unit
- Definition Classes
- SingleContainer → Startable
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def volumesFroms: Seq[VolumesFrom]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def workingDirectory: String
Deprecated Value Members
-
def
failed(e: Throwable)(implicit description: Description): Unit
- Definition Classes
- TestContainerProxy → Container
- Annotations
- @deprecated
- Deprecated
Use
stopand/orTestLifecycleAware.afterTestinstead
-
def
finished()(implicit description: Description): Unit
- Definition Classes
- TestContainerProxy → Container
- Annotations
- @deprecated
- Deprecated
Use
stopinstead
-
def
linkedContainers: Map[String, LinkableContainer]
- Annotations
- @deprecated
- Deprecated
See org.testcontainers.containers.Network
-
def
starting()(implicit description: Description): Unit
- Definition Classes
- TestContainerProxy → Container
- Annotations
- @deprecated
- Deprecated
Use
startinstead
-
def
succeeded()(implicit description: Description): Unit
- Definition Classes
- TestContainerProxy → Container
- Annotations
- @deprecated
- Deprecated
Use
stopand/orTestLifecycleAware.afterTestinstead