trait DockerControllerSpecSupport extends SuiteMixin with DockerControllerHelper with RandomPortUtil
- Self Type
- DockerControllerSpecSupport with TestSuite
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DockerControllerSpecSupport
- RandomPortUtil
- DockerControllerHelper
- SuiteMixin
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class WaitPredicateSetting extends Product with Serializable
- Definition Classes
- DockerControllerHelper
Abstract Value Members
- abstract val dockerControllers: Vector[DockerController]
- Attributes
- protected
- Definition Classes
- DockerControllerHelper
- abstract def expectedTestCount(filter: Filter): Int
- Definition Classes
- SuiteMixin
- abstract def nestedSuites: IndexedSeq[Suite]
- Definition Classes
- SuiteMixin
- abstract def rerunner: Option[String]
- Definition Classes
- SuiteMixin
- abstract def runNestedSuites(args: Args): Status
- Attributes
- protected
- Definition Classes
- SuiteMixin
- abstract def runTests(testName: Option[String], args: Args): Status
- Attributes
- protected
- Definition Classes
- SuiteMixin
- abstract def suiteId: String
- Definition Classes
- SuiteMixin
- abstract def suiteName: String
- Definition Classes
- SuiteMixin
- abstract def tags: Map[String, Set[String]]
- Definition Classes
- SuiteMixin
- abstract def testDataFor(testName: String, theConfigMap: ConfigMap): TestData
- Definition Classes
- SuiteMixin
- abstract def testNames: Set[String]
- Definition Classes
- SuiteMixin
- abstract val waitPredicatesSettings: Map[DockerController, (DockerControllerSpecSupport.this)#WaitPredicateSetting]
- Attributes
- protected
- Definition Classes
- DockerControllerHelper
- abstract val styleName: String
- Definition Classes
- SuiteMixin
- Annotations
- @deprecated
- Deprecated
(Since version 3.1.0) The styleName lifecycle method has been deprecated and will be removed in a future version of ScalaTest with no replacement.
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def afterCreateContainers(): Unit
- Attributes
- protected
- def afterDockerContainerCreated(dockerController: DockerController, testName: Option[String]): Unit
- Attributes
- protected
- Definition Classes
- DockerControllerHelper
- def afterDockerContainerRemoved(dockerController: DockerController, testName: Option[String]): Unit
- Attributes
- protected
- Definition Classes
- DockerControllerHelper
- def afterDockerContainerStopped(dockerController: DockerController, testName: Option[String]): Unit
- Attributes
- protected
- Definition Classes
- DockerControllerHelper
- def afterDocketContainerStarted(dockerController: DockerController, testName: Option[String]): Unit
- Attributes
- protected
- Definition Classes
- DockerControllerHelper
- def afterRemoveContainers(): Unit
- Attributes
- protected
- def afterStartContainers(): Unit
- Attributes
- protected
- def afterStopContainers(): Unit
- Attributes
- protected
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def beforeCreateContainers(): Unit
- Attributes
- protected
- def beforeDockerContainerCreate(dockerController: DockerController, testName: Option[String]): Unit
- Attributes
- protected
- Definition Classes
- DockerControllerHelper
- def beforeDockerContainerRemove(dockerController: DockerController, testName: Option[String]): Unit
- Attributes
- protected
- Definition Classes
- DockerControllerHelper
- def beforeDockerContainerStop(dockerController: DockerController, testName: Option[String]): Unit
- Attributes
- protected
- Definition Classes
- DockerControllerHelper
- def beforeDocketContainerStart(dockerController: DockerController, testName: Option[String]): Unit
- Attributes
- protected
- Definition Classes
- DockerControllerHelper
- def beforeRemoveContainers(): Unit
- Attributes
- protected
- def beforeStartContainers(): Unit
- Attributes
- protected
- def beforeStopContainers(): Unit
- Attributes
- protected
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def createDockerContainer(dockerController: DockerController, testName: Option[String]): Unit
- Attributes
- protected
- Definition Classes
- DockerControllerHelper
- def createDockerContainers(createRemoveLifecycle: DockerContainerCreateRemoveLifecycle.Value, testName: Option[String]): Boolean
- Attributes
- protected
- def createRemoveLifecycle: DockerContainerCreateRemoveLifecycle.Value
- Attributes
- protected
- val dockerClient: DockerClient
- Attributes
- protected
- Definition Classes
- DockerControllerHelper
- val dockerClientConfig: DockerClientConfig
- Attributes
- protected
- Definition Classes
- DockerControllerHelper
- val dockerHost: String
- Attributes
- protected
- Definition Classes
- DockerControllerHelper
- val dockerHttpClient: DockerHttpClient
- Attributes
- protected
- Definition Classes
- DockerControllerHelper
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val logger: Logger
- Attributes
- protected
- Definition Classes
- DockerControllerHelper
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def removeDockerContainer(dockerController: DockerController, testName: Option[String]): Unit
- Attributes
- protected
- Definition Classes
- DockerControllerHelper
- def removeDockerContainers(createRemoveLifecycle: DockerContainerCreateRemoveLifecycle.Value, testName: Option[String]): Boolean
- Attributes
- protected
- def run(testName: Option[String], args: Args): Status
- Definition Classes
- DockerControllerSpecSupport → SuiteMixin
- def runTest(testName: String, args: Args): Status
- Attributes
- protected
- Definition Classes
- DockerControllerSpecSupport → SuiteMixin
- def startDockerContainer(dockerController: DockerController, testName: Option[String]): Unit
- Attributes
- protected
- Definition Classes
- DockerControllerHelper
- def startDockerContainers(startStopLifecycle: DockerContainerStartStopLifecycle.Value, testName: Option[String]): Boolean
- Attributes
- protected
- def startStopLifecycle: DockerContainerStartStopLifecycle.Value
- Attributes
- protected
- def stopDockerContainer(dockerController: DockerController, testName: Option[String]): Unit
- Attributes
- protected
- Definition Classes
- DockerControllerHelper
- def stopDockerContainers(startStopLifecycle: DockerContainerStartStopLifecycle.Value, testName: Option[String]): Boolean
- Attributes
- protected
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def temporaryServerAddress(interface: String): InetSocketAddress
- Definition Classes
- RandomPortUtil
- def temporaryServerHostnameAndPort(interface: String): (String, Int)
- Definition Classes
- RandomPortUtil
- def temporaryServerPort(interface: String): Int
- Definition Classes
- RandomPortUtil
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()