Package org.flowable.spring.impl.test
Class InternalFlowableSpringExtension
- java.lang.Object
-
- org.flowable.engine.impl.test.InternalFlowableExtension
-
- org.flowable.spring.impl.test.InternalFlowableSpringExtension
-
- 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
public class InternalFlowableSpringExtension extends InternalFlowableExtension
An extension that usesSpringExtensionto get theProcessEnginefrom theApplicationContextand make it available for theInternalFlowableExtension.- Author:
- Filip Hrisafov
-
-
Field Summary
-
Fields inherited from class org.flowable.engine.impl.test.InternalFlowableExtension
ANNOTATION_DEPLOYMENT_ID_KEY, logger
-
-
Constructor Summary
Constructors Constructor Description InternalFlowableSpringExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ProcessEnginegetProcessEngine(org.junit.jupiter.api.extension.ExtensionContext context)protected org.junit.jupiter.api.extension.ExtensionContext.StoregetStore(org.junit.jupiter.api.extension.ExtensionContext context)-
Methods inherited from class org.flowable.engine.impl.test.InternalFlowableExtension
afterAll, afterEach, assertAndEnsureCleanDb, beforeEach, cleanTestAndAssertAndEnsureCleanDb, doFinally, removeDeployments, resolveParameter, supportsParameter
-
-
-
-
Method Detail
-
getProcessEngine
protected ProcessEngine getProcessEngine(org.junit.jupiter.api.extension.ExtensionContext context)
- Specified by:
getProcessEnginein classInternalFlowableExtension
-
getStore
protected org.junit.jupiter.api.extension.ExtensionContext.Store getStore(org.junit.jupiter.api.extension.ExtensionContext context)
- Specified by:
getStorein classInternalFlowableExtension
-
-