Wow
Toggle table of contents
8.6.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Wow
wow-tck
/
me.ahoo.wow.tck.container
/
MariaDbTestFixture
Maria
Db
Test
Fixture
class
MariaDbTestFixture
(
databaseName
:
String
=
"wow_db"
)
:
BeforeEachCallback
,
TestWatcher
Members
Constructors
Maria
Db
Test
Fixture
Link copied to clipboard
constructor
(
databaseName
:
String
=
"wow_db"
)
Properties
host
Link copied to clipboard
val
host
:
String
jdbc
Url
Link copied to clipboard
val
jdbcUrl
:
String
port
Link copied to clipboard
val
port
:
Int
Functions
before
Each
Link copied to clipboard
open
override
fun
beforeEach
(
context
:
ExtensionContext
)
r2dbc
Url
Link copied to clipboard
fun
r2dbcUrl
(
poolSize
:
Int
=
32
)
:
String
test
Aborted
Link copied to clipboard
open
fun
testAborted
(
context
:
ExtensionContext
?
,
cause
:
@
Nullable
Throwable
?
)
test
Disabled
Link copied to clipboard
open
fun
testDisabled
(
context
:
ExtensionContext
?
,
reason
:
Optional
<
String
?
>
?
)
test
Failed
Link copied to clipboard
open
override
fun
testFailed
(
context
:
ExtensionContext
,
cause
:
Throwable
?
)
test
Successful
Link copied to clipboard
open
fun
testSuccessful
(
context
:
ExtensionContext
?
)