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, Stoppable, Andable, Startable, AutoCloseable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SingleContainer
  2. TestContainerProxy
  3. Container
  4. Stoppable
  5. Andable
  6. Startable
  7. AutoCloseable
  8. AnyRef
  9. 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 boundPortNumbers: Seq[Int]

    Permalink
  7. def clone(): AnyRef

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

    Permalink
    Definition Classes
    Stoppable → AutoCloseable
  9. def command: Seq[String]

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

    Permalink
  11. def containerId: String

    Permalink
  12. def containerInfo: InspectContainerResponse

    Permalink
  13. def containerIpAddress: String

    Permalink
  14. def containerName: String

    Permalink
  15. def copyFileFromContainer[T](containerPath: String, f: (InputStream) ⇒ T): T

    Permalink
  16. def copyFileFromContainer(containerPath: String, destinationPath: String): Unit

    Permalink
  17. def copyFileToContainer(transferable: Transferable, containerPath: String): Unit

    Permalink
  18. def copyFileToContainer(mountableFile: MountableFile, containerPath: String): Unit

    Permalink
  19. def copyToFileContainerPathMap: Map[MountableFile, String]

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

    Permalink
  21. def dockerClient: DockerClient

    Permalink
  22. def env: Seq[String]

    Permalink
  23. def envMap: Map[String, String]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  26. def execInContainer(outputCharset: Charset, commands: String*): ExecResult

    Permalink
  27. def execInContainer(commands: String*): ExecResult

    Permalink
  28. def exposedPorts: Seq[Int]

    Permalink
  29. def extraHosts: Seq[String]

    Permalink
  30. def foreach(f: (Stoppable) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Andable
  31. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  32. def getDependencies(): Set[Startable]

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  34. def host: String

    Permalink
  35. def image: Future[String]

    Permalink
  36. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  37. def labels: Map[String, String]

    Permalink
  38. def livenessCheckPortNumbers: Set[Int]

    Permalink
  39. def logConsumers: Seq[Consumer[OutputFrame]]

    Permalink
  40. def logs(outputType: OutputType, outputTypes: OutputType*): String

    Permalink
  41. def logs: String

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

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

    Permalink
    Definition Classes
    AnyRef
  44. def network: Network

    Permalink
  45. def networkAliases: Seq[String]

    Permalink
  46. def networkMode: String

    Permalink
  47. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  48. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  49. def portBindings: Seq[String]

    Permalink
  50. def privilegedMode: Boolean

    Permalink
  51. def shmSize: Long

    Permalink
  52. def start(): Unit

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

    Permalink
  54. def startupCheckStrategy: StartupCheckStrategy

    Permalink
  55. def stop(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  57. def testHostIpAddress: String

    Permalink
  58. def tmpFsMapping: Map[String, String]

    Permalink
  59. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  60. def underlyingUnsafeContainer: T

    Permalink
  61. def volumesFroms: Seq[VolumesFrom]

    Permalink
  62. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. 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 finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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

    Permalink
    Definition Classes
    TestContainerProxyContainer
    Annotations
    @deprecated
    Deprecated

    Use stop instead

  4. def linkedContainers: Map[String, LinkableContainer]

    Permalink
    Annotations
    @deprecated
    Deprecated

    See org.testcontainers.containers.Network

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

    Permalink
    Definition Classes
    TestContainerProxyContainer
    Annotations
    @deprecated
    Deprecated

    Use start instead

  6. 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 Stoppable

Inherited from Andable

Inherited from Startable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped