class GenericContainer extends SingleContainer[org.testcontainers.containers.GenericContainer[_]]

Linear Supertypes
SingleContainer[org.testcontainers.containers.GenericContainer[_]], TestContainerProxy[org.testcontainers.containers.GenericContainer[_]], Container, Startable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GenericContainer
  2. SingleContainer
  3. TestContainerProxy
  4. Container
  5. Startable
  6. AutoCloseable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GenericContainer(dockerImage: DockerImage, exposedPorts: Seq[Int] = Seq(), env: Map[String, String] = Map(), command: Seq[String] = Seq(), classpathResourceMapping: Seq[(String, String, BindMode)] = Seq(), waitStrategy: Option[WaitStrategy] = None)

Type Members

  1. type OTCContainer = org.testcontainers.containers.GenericContainer[T] forSome {type T <: org.testcontainers.containers.GenericContainer[T]}

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

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]
    Definition Classes
    SingleContainer
    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 SingleContainer[org.testcontainers.containers.GenericContainer[_]]

Inherited from TestContainerProxy[org.testcontainers.containers.GenericContainer[_]]

Inherited from Container

Inherited from Startable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped