MariaDbTestFixture

class MariaDbTestFixture(databaseName: String = "wow_db") : BeforeEachCallback, TestWatcher

Constructors

Link copied to clipboard
constructor(databaseName: String = "wow_db")

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val port: Int

Functions

Link copied to clipboard
open override fun beforeEach(context: ExtensionContext)
Link copied to clipboard
fun r2dbcUrl(poolSize: Int = 32): String
Link copied to clipboard
open fun testAborted(context: ExtensionContext?, cause: @Nullable Throwable?)
Link copied to clipboard
open fun testDisabled(context: ExtensionContext?, reason: Optional<String?>?)
Link copied to clipboard
open override fun testFailed(context: ExtensionContext, cause: Throwable?)
Link copied to clipboard
open fun testSuccessful(context: ExtensionContext?)