trait MysqlTestkit extends DockerMysqlService
- Self Type
- MysqlTestkit with Suite
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MysqlTestkit
- DockerMysqlService
- DockerTestKitForAll
- SuiteMixin
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- 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 runTest(testName: String, args: Args): Status
- Attributes
- protected
- Definition Classes
- SuiteMixin
- abstract def runTests(testName: Option[String], args: Args): Status
- Attributes
- protected
- Definition Classes
- SuiteMixin
- abstract val styleName: String
- 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
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 MysqlAdvertisedPort: Int
- Definition Classes
- DockerMysqlService
- val MysqlDatabase: String
- Definition Classes
- DockerMysqlService
- val MysqlPassword: String
- Definition Classes
- DockerMysqlService
- val MysqlUser: String
- Definition Classes
- DockerMysqlService
- def afterStart(): Unit
- Definition Classes
- MysqlTestkit → DockerTestKitForAll
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def beforeStop(): Unit
- Definition Classes
- DockerTestKitForAll
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- lazy val containerManager: DockerContainerManager
- Definition Classes
- DockerTestKitForAll
- def createClient(): Client
- Attributes
- protected
- val dockerClient: DockerClient
- Definition Classes
- DockerTestKitForAll
- val dockerExecutionContext: ExecutionContext
- Definition Classes
- DockerTestKitForAll
- implicit lazy val dockerExecutor: ContainerCommandExecutor
- Definition Classes
- DockerTestKitForAll
- val dockerTestTimeouts: DockerTestTimeouts
- Definition Classes
- DockerTestKitForAll
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val managedContainers: ManagedContainers
- Definition Classes
- DockerMysqlService → DockerTestKitForAll
- val mysqlClient: AtomicReference[Client]
- Attributes
- protected
- val mysqlClientLatch: CountDownLatch
- Attributes
- protected
- val mysqlContainer: Container
- Attributes
- protected
- Definition Classes
- DockerMysqlService
- def mysqlInitSchemaPaths: Seq[String]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def run(testName: Option[String], args: Args): Status
- Definition Classes
- DockerTestKitForAll → SuiteMixin
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.