c

com.dimafeng.testcontainers

SingleContainer

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

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()

Abstract Value Members

  1. implicit abstract def container: T
    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
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def binds: Seq[Bind]
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def close(): Unit
    Definition Classes
    Startable → AutoCloseable
  8. def command: Seq[String]
  9. def configure(configProvider: (T) ⇒ Unit): SingleContainer.this.type
  10. def containerId: String
  11. def containerInfo: InspectContainerResponse
  12. def containerIpAddress: String
  13. def containerName: String
  14. def createContainerCmdModifiers: Set[Consumer[CreateContainerCmd]]
  15. def dockerClient: DockerClient
  16. def dockerDaemonInfo: Info
  17. def env: Seq[String]
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. def exposedPorts: Seq[Int]
  21. def extraHosts: Seq[String]
  22. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def getDependencies(): Set[Startable]
    Definition Classes
    Startable
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def image: Future[String]
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def logConsumers: Seq[Consumer[OutputFrame]]
  29. def mappedPort(port: Int): Int
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. def network: Network
  32. def networkAliases: Seq[String]
  33. def networkMode: String
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. def portBindings: Seq[String]
  37. def privilegedMode: Boolean
  38. def start(): Unit
    Definition Classes
    SingleContainer → Startable
  39. def startupAttempts: Int
  40. def startupCheckStrategy: StartupCheckStrategy
  41. def stop(): Unit
    Definition Classes
    SingleContainer → Startable
  42. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. def volumesFroms: Seq[VolumesFrom]
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  48. def workingDirectory: String

Deprecated Value Members

  1. def failed(e: Throwable)(implicit description: Description): Unit
    Definition Classes
    TestContainerProxyContainer
    Annotations
    @deprecated
    Deprecated

    Use stop and/or TestLifecycleAware.afterTest instead

  2. def finished()(implicit description: Description): Unit
    Definition Classes
    TestContainerProxyContainer
    Annotations
    @deprecated
    Deprecated

    Use stop instead

  3. def linkedContainers: Map[String, LinkableContainer]
    Annotations
    @deprecated
    Deprecated

    See org.testcontainers.containers.Network

  4. def starting()(implicit description: Description): Unit
    Definition Classes
    TestContainerProxyContainer
    Annotations
    @deprecated
    Deprecated

    Use start instead

  5. def succeeded()(implicit description: Description): Unit
    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