ElasticsearchTestFixture

class ElasticsearchTestFixture(indexPrefix: String = "wow_it") : BeforeEachCallback, TestWatcher

Constructors

Link copied to clipboard
constructor(indexPrefix: String = "wow_it")

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun beforeEach(context: ExtensionContext)
Link copied to clipboard
fun index(name: String): 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?)
Link copied to clipboard