c

org.zalando.test.kit.service

DockerContainerTestService

class DockerContainerTestService extends TestService with StrictLogging

Linear Supertypes
StrictLogging, TestService, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DockerContainerTestService
  2. StrictLogging
  3. TestService
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DockerContainerTestService(config: DockerContainerConfig, readinessNotifier: ReadinessNotifier)
  2. new DockerContainerTestService(name: String, imageNameSubstring: String, dockerApiUri: String, portBindings: Set[PortBindingConfig] = Set.empty, sharedFolders: Set[SharedFolderConfig] = Set.empty, commandLineArguments: Seq[String] = Seq.empty, readinessNotifier: ReadinessNotifier = immediately)

Type Members

  1. type ContainerId = String

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. def afterSuite(): Unit
    Definition Classes
    TestService
  5. def afterTest(): Unit
    Definition Classes
    TestService
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def beforeSuite(): Unit
    Definition Classes
    TestService
  8. def beforeTest(): Unit
    Definition Classes
    TestService
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val commandLineArguments: Seq[String]
  11. val dockerApiUri: String
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  17. val imageNameSubstring: String
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val logger: Logger
    Attributes
    protected
    Definition Classes
    StrictLogging
  20. def makeAbsolutePath(absoluteOrRelativePath: String): String
    Attributes
    protected
  21. val name: String
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  25. val portBindings: Set[PortBindingConfig]
  26. val readinessNotifier: ReadinessNotifier
  27. def reset(): Unit
  28. val sharedFolders: Set[SharedFolderConfig]
  29. def start(): Unit
  30. def stop(): Unit
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from StrictLogging

Inherited from TestService

Inherited from AnyRef

Inherited from Any

Ungrouped