com.dimafeng.testcontainers.MySQLContainer
See theMySQLContainer companion object
class MySQLContainer(configurationOverride: Option[String], mysqlImageVersion: Option[DockerImageName], databaseName: Option[String], mysqlUsername: Option[String], mysqlPassword: Option[String], urlParams: Map[String, String], commonJdbcParams: CommonParams) extends SingleContainer[MySQLContainer[_]], JdbcDatabaseContainer
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait JdbcDatabaseContainerclass SingleContainer[MySQLContainer[_]]trait TestContainerProxy[MySQLContainer[_]]trait Containertrait Stoppabletrait Andabletrait Startabletrait AutoCloseableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Inherited methods
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Definition Classes
-
Stoppable -> AutoCloseable
- Inherited from:
- Stoppable
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- JdbcDatabaseContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- Andable
Attributes
- Inherited from:
- Startable
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- JdbcDatabaseContainer
Attributes
- Inherited from:
- JdbcDatabaseContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- JdbcDatabaseContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Definition Classes
-
SingleContainer -> Startable
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Definition Classes
-
SingleContainer -> Stoppable -> Andable -> Startable
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- JdbcDatabaseContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Deprecated and Inherited methods
Attributes
- Deprecated
- true
- Definition Classes
-
TestContainerProxy -> Container
- Inherited from:
- TestContainerProxy
Attributes
- Deprecated
- true
- Definition Classes
-
TestContainerProxy -> Container
- Inherited from:
- TestContainerProxy
Attributes
- Deprecated
- true
- Inherited from:
- SingleContainer
Attributes
- Deprecated
- true
- Definition Classes
-
TestContainerProxy -> Container
- Inherited from:
- TestContainerProxy
Attributes
- Deprecated
- true
- Definition Classes
-
TestContainerProxy -> Container
- Inherited from:
- TestContainerProxy
Concrete fields
In this article