Packages

t

com.github.j5ik2o.dockerController

DockerControllerSpecSupport

trait DockerControllerSpecSupport extends SuiteMixin with DockerControllerHelper with RandomPortUtil

Self Type
DockerControllerSpecSupport with TestSuite
Linear Supertypes
RandomPortUtil, DockerControllerHelper, SuiteMixin, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DockerControllerSpecSupport
  2. RandomPortUtil
  3. DockerControllerHelper
  4. SuiteMixin
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class WaitPredicateSetting extends Product with Serializable
    Definition Classes
    DockerControllerHelper

Abstract Value Members

  1. abstract val dockerControllers: Vector[DockerController]
    Attributes
    protected
    Definition Classes
    DockerControllerHelper
  2. abstract def expectedTestCount(filter: Filter): Int
    Definition Classes
    SuiteMixin
  3. abstract def nestedSuites: IndexedSeq[Suite]
    Definition Classes
    SuiteMixin
  4. abstract def rerunner: Option[String]
    Definition Classes
    SuiteMixin
  5. abstract def runNestedSuites(args: Args): Status
    Attributes
    protected
    Definition Classes
    SuiteMixin
  6. abstract def runTests(testName: Option[String], args: Args): Status
    Attributes
    protected
    Definition Classes
    SuiteMixin
  7. abstract def suiteId: String
    Definition Classes
    SuiteMixin
  8. abstract def suiteName: String
    Definition Classes
    SuiteMixin
  9. abstract def tags: Map[String, Set[String]]
    Definition Classes
    SuiteMixin
  10. abstract def testDataFor(testName: String, theConfigMap: ConfigMap): TestData
    Definition Classes
    SuiteMixin
  11. abstract def testNames: Set[String]
    Definition Classes
    SuiteMixin
  12. abstract val waitPredicatesSettings: Map[DockerController, (DockerControllerSpecSupport.this)#WaitPredicateSetting]
    Attributes
    protected
    Definition Classes
    DockerControllerHelper
  13. 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

  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 afterCreateContainers(): Unit
    Attributes
    protected
  5. def afterDockerContainerCreated(dockerController: DockerController, testName: Option[String]): Unit
    Attributes
    protected
    Definition Classes
    DockerControllerHelper
  6. def afterDockerContainerRemoved(dockerController: DockerController, testName: Option[String]): Unit
    Attributes
    protected
    Definition Classes
    DockerControllerHelper
  7. def afterDockerContainerStopped(dockerController: DockerController, testName: Option[String]): Unit
    Attributes
    protected
    Definition Classes
    DockerControllerHelper
  8. def afterDocketContainerStarted(dockerController: DockerController, testName: Option[String]): Unit
    Attributes
    protected
    Definition Classes
    DockerControllerHelper
  9. def afterRemoveContainers(): Unit
    Attributes
    protected
  10. def afterStartContainers(): Unit
    Attributes
    protected
  11. def afterStopContainers(): Unit
    Attributes
    protected
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def beforeCreateContainers(): Unit
    Attributes
    protected
  14. def beforeDockerContainerCreate(dockerController: DockerController, testName: Option[String]): Unit
    Attributes
    protected
    Definition Classes
    DockerControllerHelper
  15. def beforeDockerContainerRemove(dockerController: DockerController, testName: Option[String]): Unit
    Attributes
    protected
    Definition Classes
    DockerControllerHelper
  16. def beforeDockerContainerStop(dockerController: DockerController, testName: Option[String]): Unit
    Attributes
    protected
    Definition Classes
    DockerControllerHelper
  17. def beforeDocketContainerStart(dockerController: DockerController, testName: Option[String]): Unit
    Attributes
    protected
    Definition Classes
    DockerControllerHelper
  18. def beforeRemoveContainers(): Unit
    Attributes
    protected
  19. def beforeStartContainers(): Unit
    Attributes
    protected
  20. def beforeStopContainers(): Unit
    Attributes
    protected
  21. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  22. def createDockerContainer(dockerController: DockerController, testName: Option[String]): Unit
    Attributes
    protected
    Definition Classes
    DockerControllerHelper
  23. def createDockerContainers(createRemoveLifecycle: DockerContainerCreateRemoveLifecycle.Value, testName: Option[String]): Boolean
    Attributes
    protected
  24. def createRemoveLifecycle: DockerContainerCreateRemoveLifecycle.Value
    Attributes
    protected
  25. def disposeResources(): Unit
    Attributes
    protected
  26. val dockerClient: DockerClient
    Attributes
    protected
    Definition Classes
    DockerControllerHelper
  27. val dockerClientConfig: DockerClientConfig
    Attributes
    protected
    Definition Classes
    DockerControllerHelper
  28. val dockerHost: String
    Attributes
    protected
    Definition Classes
    DockerControllerHelper
  29. val dockerHttpClient: DockerHttpClient
    Attributes
    protected
    Definition Classes
    DockerControllerHelper
  30. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  32. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  33. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  34. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  35. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  36. val logger: Logger
    Attributes
    protected
    Definition Classes
    DockerControllerHelper
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. def removeDockerContainer(dockerController: DockerController, testName: Option[String]): Unit
    Attributes
    protected
    Definition Classes
    DockerControllerHelper
  41. def removeDockerContainers(createRemoveLifecycle: DockerContainerCreateRemoveLifecycle.Value, testName: Option[String]): Boolean
    Attributes
    protected
  42. def run(testName: Option[String], args: Args): Status
    Definition Classes
    DockerControllerSpecSupport → SuiteMixin
  43. def runTest(testName: String, args: Args): Status
    Attributes
    protected
    Definition Classes
    DockerControllerSpecSupport → SuiteMixin
  44. def startDockerContainer(dockerController: DockerController, testName: Option[String]): Unit
    Attributes
    protected
    Definition Classes
    DockerControllerHelper
  45. def startDockerContainers(startStopLifecycle: DockerContainerStartStopLifecycle.Value, testName: Option[String]): Boolean
    Attributes
    protected
  46. def startStopLifecycle: DockerContainerStartStopLifecycle.Value
    Attributes
    protected
  47. def stopDockerContainer(dockerController: DockerController, testName: Option[String]): Unit
    Attributes
    protected
    Definition Classes
    DockerControllerHelper
  48. def stopDockerContainers(startStopLifecycle: DockerContainerStartStopLifecycle.Value, testName: Option[String]): Boolean
    Attributes
    protected
  49. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  50. def temporaryServerAddress(interface: String): InetSocketAddress
    Definition Classes
    RandomPortUtil
  51. def temporaryServerHostnameAndPort(interface: String): (String, Int)
    Definition Classes
    RandomPortUtil
  52. def temporaryServerPort(interface: String): Int
    Definition Classes
    RandomPortUtil
  53. def toString(): String
    Definition Classes
    AnyRef → Any
  54. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from RandomPortUtil

Inherited from DockerControllerHelper

Inherited from SuiteMixin

Inherited from AnyRef

Inherited from Any

Ungrouped