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
/
ElasticsearchTestFixture
Elasticsearch
Test
Fixture
class
ElasticsearchTestFixture
(
indexPrefix
:
String
=
"wow_it"
)
:
BeforeEachCallback
,
TestWatcher
Members
Constructors
Elasticsearch
Test
Fixture
Link copied to clipboard
constructor
(
indexPrefix
:
String
=
"wow_it"
)
Properties
host
Address
Link copied to clipboard
val
hostAddress
:
String
password
Link copied to clipboard
val
password
:
String
ssl
Context
Link copied to clipboard
val
sslContext
:
SSLContext
username
Link copied to clipboard
val
username
:
String
Functions
before
Each
Link copied to clipboard
open
override
fun
beforeEach
(
context
:
ExtensionContext
)
index
Link copied to clipboard
fun
index
(
name
:
String
)
:
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
?
)
wait
Until
Authenticated
Link copied to clipboard
fun
waitUntilAuthenticated
(
)