Class

com.dimafeng.testcontainers

SingleContainer

Related Doc: package testcontainers

Permalink

abstract class SingleContainer[T <: org.testcontainers.containers.GenericContainer[_]] extends TestContainerProxy[T]

Linear Supertypes
TestContainerProxy[T], Container, Startable, AutoCloseable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SingleContainer
  2. TestContainerProxy
  3. Container
  4. Startable
  5. AutoCloseable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SingleContainer()

    Permalink

Abstract Value Members

  1. implicit abstract def container: T

    Permalink
    Definition Classes
    TestContainerProxy
    Annotations
    @deprecated
    Deprecated

    Please use reflective methods from the wrapper and configure method for creation

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def binds: Seq[Bind]

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def close(): Unit

    Permalink
    Definition Classes
    Startable → AutoCloseable
  8. def command: Seq[String]

    Permalink
  9. def configure(configProvider: (T) ⇒ Unit): SingleContainer.this.type

    Permalink
  10. def containerId: String

    Permalink
  11. def containerInfo: InspectContainerResponse

    Permalink
  12. def containerIpAddress: String

    Permalink
  13. def containerName: String

    Permalink
  14. def createContainerCmdModifiers: Set[Consumer[CreateContainerCmd]]

    Permalink
  15. def dockerClient: DockerClient

    Permalink
  16. def dockerDaemonInfo: Info

    Permalink
  17. def env: Seq[String]

    Permalink
  18. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  20. def exposedPorts: Seq[Int]

    Permalink
  21. def extraHosts: Seq[String]

    Permalink
  22. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  24. def getDependencies(): Set[Startable]

    Permalink
    Definition Classes
    Startable
  25. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  26. def image: Future[String]

    Permalink
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. def logConsumers: Seq[Consumer[OutputFrame]]

    Permalink
  29. def mappedPort(port: Int): Int

    Permalink
  30. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  31. def network: Network

    Permalink
  32. def networkAliases: Seq[String]

    Permalink
  33. def networkMode: String

    Permalink
  34. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. def portBindings: Seq[String]

    Permalink
  37. def privilegedMode: Boolean

    Permalink
  38. def start(): Unit

    Permalink
    Definition Classes
    SingleContainer → Startable
  39. def startupAttempts: Int

    Permalink
  40. def startupCheckStrategy: StartupCheckStrategy

    Permalink
  41. def stop(): Unit

    Permalink
    Definition Classes
    SingleContainer → Startable
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  43. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  44. def volumesFroms: Seq[VolumesFrom]

    Permalink
  45. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. def workingDirectory: String

    Permalink

Deprecated Value Members

  1. def failed(e: Throwable)(implicit description: Description): Unit

    Permalink
    Definition Classes
    TestContainerProxyContainer
    Annotations
    @deprecated
    Deprecated

    Use stop and/or TestLifecycleAware.afterTest instead

  2. def finished()(implicit description: Description): Unit

    Permalink
    Definition Classes
    TestContainerProxyContainer
    Annotations
    @deprecated
    Deprecated

    Use stop instead

  3. def linkedContainers: Map[String, LinkableContainer]

    Permalink
    Annotations
    @deprecated
    Deprecated

    See org.testcontainers.containers.Network

  4. def starting()(implicit description: Description): Unit

    Permalink
    Definition Classes
    TestContainerProxyContainer
    Annotations
    @deprecated
    Deprecated

    Use start instead

  5. def succeeded()(implicit description: Description): Unit

    Permalink
    Definition Classes
    TestContainerProxyContainer
    Annotations
    @deprecated
    Deprecated

    Use stop and/or TestLifecycleAware.afterTest instead

Inherited from TestContainerProxy[T]

Inherited from Container

Inherited from Startable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped