public class PluggableFlowableExtension extends InternalFlowableExtension
ProcessEngines.getDefaultProcessEngine() and is cached within the entire context
(i.e. it would be reused by all users of the extension).
This extension also activates EnableVerboseExecutionTreeLogging if a class is annotated with it.
ANNOTATION_DEPLOYMENT_ID_KEY, logger| Constructor and Description |
|---|
PluggableFlowableExtension() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterEach(org.junit.jupiter.api.extension.ExtensionContext context) |
protected ProcessEngine |
getProcessEngine(org.junit.jupiter.api.extension.ExtensionContext context) |
protected org.junit.jupiter.api.extension.ExtensionContext.Store |
getStore(org.junit.jupiter.api.extension.ExtensionContext context) |
protected ProcessEngine |
initializeProcessEngine() |
protected void |
swapCommandInvoker(ProcessEngine processEngine,
boolean debug) |
afterAll, assertAndEnsureCleanDb, beforeEach, cleanTestAndAssertAndEnsureCleanDb, doFinally, removeDeployments, resolveParameter, supportsParameterpublic void afterEach(org.junit.jupiter.api.extension.ExtensionContext context)
throws Exception
afterEach in interface org.junit.jupiter.api.extension.AfterEachCallbackafterEach in class InternalFlowableExtensionExceptionprotected ProcessEngine getProcessEngine(org.junit.jupiter.api.extension.ExtensionContext context)
getProcessEngine in class InternalFlowableExtensionprotected ProcessEngine initializeProcessEngine()
protected void swapCommandInvoker(ProcessEngine processEngine, boolean debug)
protected org.junit.jupiter.api.extension.ExtensionContext.Store getStore(org.junit.jupiter.api.extension.ExtensionContext context)
getStore in class InternalFlowableExtensionCopyright © 2018 Flowable. All rights reserved.