Packages

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

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

Instance Constructors

  1. new CassandraContainer(dockerImageNameOverride: Option[String] = None, configurationOverride: Option[String] = None, initScript: Option[String] = None, jmxReporting: Boolean = false)

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

Deprecated Value Members

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

    Use stop and/or TestLifecycleAware.afterTest instead

  2. def finished()(implicit description: Description): Unit
    Definition Classes
    TestContainerProxy → Container
    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
    TestContainerProxy → Container
    Annotations
    @deprecated
    Deprecated

    Use start instead

  5. def succeeded()(implicit description: Description): Unit
    Definition Classes
    TestContainerProxy → Container
    Annotations
    @deprecated
    Deprecated

    Use stop and/or TestLifecycleAware.afterTest instead

Inherited from SingleContainer[org.testcontainers.containers.CassandraContainer[_]]

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

Inherited from Container

Inherited from Stoppable

Inherited from Andable

Inherited from Startable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped