open class LuceneIndexWriterExtension : ParameterResolver, AfterAllCallback
(source)
A junit5 extension, that provides a memory-backed Lucene index writer for tests. The index writer is created for the test suite and injected into any tests with parameters annotated by LuceneIndexWriter.
LuceneIndexWriterExtension()
A junit5 extension, that provides a memory-backed Lucene index writer for tests. The index writer is created for the test suite and injected into any tests with parameters annotated by LuceneIndexWriter. |
open fun afterAll(context: ExtensionContext): Unit |
|
open fun resolveParameter(parameterContext: ParameterContext, extensionContext: ExtensionContext): Any |
|
open fun supportsParameter(parameterContext: ParameterContext, extensionContext: ExtensionContext): Boolean |