Package org.flowable.idm.engine.test
Class PluggableFlowableIdmExtension
java.lang.Object
org.flowable.idm.engine.test.InternalFlowableIdmExtension
org.flowable.idm.engine.test.PluggableFlowableIdmExtension
- All Implemented Interfaces:
org.junit.jupiter.api.extension.AfterAllCallback,org.junit.jupiter.api.extension.AfterEachCallback,org.junit.jupiter.api.extension.BeforeEachCallback,org.junit.jupiter.api.extension.Extension,org.junit.jupiter.api.extension.ParameterResolver
An extension which uses the
IdmEngines.getDefaultIdmEngine() and is cached within the entire context
(i.e. it would be reused by all users of the extension).
- Author:
- Filip Hrisafov
-
Field Summary
Fields inherited from class org.flowable.idm.engine.test.InternalFlowableIdmExtension
EMPTY_LINE, logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected IdmEnginegetIdmEngine(org.junit.jupiter.api.extension.ExtensionContext context) protected org.junit.jupiter.api.extension.ExtensionContext.StoregetStore(org.junit.jupiter.api.extension.ExtensionContext context) protected IdmEngineMethods inherited from class org.flowable.idm.engine.test.InternalFlowableIdmExtension
afterAll, afterEach, assertAndEnsureCleanDb, beforeEach, cleanTestAndAssertAndEnsureCleanDb, doFinally, resolveParameter, supportsParameter
-
Constructor Details
-
PluggableFlowableIdmExtension
public PluggableFlowableIdmExtension()
-
-
Method Details
-
getIdmEngine
- Specified by:
getIdmEnginein classInternalFlowableIdmExtension
-
initializeIdmEngine
-
getStore
protected org.junit.jupiter.api.extension.ExtensionContext.Store getStore(org.junit.jupiter.api.extension.ExtensionContext context) - Specified by:
getStorein classInternalFlowableIdmExtension
-