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 dockerDaemonInfo: Info

    Permalink
  23. def env: Seq[String]

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

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

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

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

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

    Permalink
  29. def exposedPorts: Seq[Int]

    Permalink
  30. def extraHosts: Seq[String]

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

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

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

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

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

    Permalink
  36. def image: Future[String]

    Permalink
  37. final def isInstanceOf[T0]: Boolean

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

    Permalink
  39. def livenessCheckPortNumbers: Set[Int]

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

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

    Permalink
  42. def logs: String

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

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

    Permalink
    Definition Classes
    AnyRef
  45. def network: Network

    Permalink
  46. def networkAliases: Seq[String]

    Permalink
  47. def networkMode: String

    Permalink
  48. final def notify(): Unit

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

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

    Permalink
  51. def privilegedMode: Boolean

    Permalink
  52. def shmSize: Long

    Permalink
  53. def start(): Unit

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

    Permalink
  55. def startupCheckStrategy: StartupCheckStrategy

    Permalink
  56. def stop(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  58. def testHostIpAddress: String

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

    Permalink
  60. def toString(): String

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

    Permalink
  62. def volumesFroms: Seq[VolumesFrom]

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  66. 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