public class IndexingCleanupExtension extends Object implements org.junit.jupiter.api.extension.BeforeEachCallback, org.junit.jupiter.api.extension.AfterAllCallback
| Constructor and Description |
|---|
IndexingCleanupExtension() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterAll(org.junit.jupiter.api.extension.ExtensionContext context) |
void |
beforeEach(org.junit.jupiter.api.extension.ExtensionContext context) |
protected void |
cleanup(org.junit.jupiter.api.extension.ExtensionContext context) |
protected com.flowable.indexing.ElasticsearchClient |
getElasticsearchClient(org.junit.jupiter.api.extension.ExtensionContext context) |
protected EngageEngine |
getEngageEngine(org.junit.jupiter.api.extension.ExtensionContext context) |
protected com.flowable.indexing.IndexManager |
getIndexManager(org.junit.jupiter.api.extension.ExtensionContext context) |
protected org.flowable.engine.ProcessEngine |
getProcessEngine(org.junit.jupiter.api.extension.ExtensionContext context) |
public void beforeEach(org.junit.jupiter.api.extension.ExtensionContext context)
beforeEach in interface org.junit.jupiter.api.extension.BeforeEachCallbackpublic void afterAll(org.junit.jupiter.api.extension.ExtensionContext context)
afterAll in interface org.junit.jupiter.api.extension.AfterAllCallbackprotected void cleanup(org.junit.jupiter.api.extension.ExtensionContext context)
protected com.flowable.indexing.ElasticsearchClient getElasticsearchClient(org.junit.jupiter.api.extension.ExtensionContext context)
protected com.flowable.indexing.IndexManager getIndexManager(org.junit.jupiter.api.extension.ExtensionContext context)
protected EngageEngine getEngageEngine(org.junit.jupiter.api.extension.ExtensionContext context)
protected org.flowable.engine.ProcessEngine getProcessEngine(org.junit.jupiter.api.extension.ExtensionContext context)
Copyright © 2019. All rights reserved.