Class PluggableFlowableCmmnExtension
java.lang.Object
org.flowable.cmmn.engine.impl.test.InternalFlowableCmmnExtension
org.flowable.cmmn.engine.impl.test.PluggableFlowableCmmnExtension
- All Implemented Interfaces:
org.junit.jupiter.api.extension.AfterEachCallback,org.junit.jupiter.api.extension.AfterTestExecutionCallback,org.junit.jupiter.api.extension.BeforeEachCallback,org.junit.jupiter.api.extension.Extension,org.junit.jupiter.api.extension.ParameterResolver,org.junit.jupiter.api.extension.TestInstantiationAwareExtension
- Author:
- Filip Hrisafov
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.junit.jupiter.api.extension.TestInstantiationAwareExtension
org.junit.jupiter.api.extension.TestInstantiationAwareExtension.ExtensionContextScope -
Field Summary
Fields inherited from class org.flowable.cmmn.engine.impl.test.InternalFlowableCmmnExtension
ANNOTATION_DEPLOYMENT_ID_KEY, logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CmmnEnginegetCmmnEngine(org.junit.jupiter.api.extension.ExtensionContext context) protected StringgetConfigurationResource(org.junit.jupiter.api.extension.ExtensionContext context) protected org.junit.jupiter.api.extension.ExtensionContext.StoregetStore(org.junit.jupiter.api.extension.ExtensionContext context) protected CmmnEngineinitializeCmmnEngine(String configurationResource) Methods inherited from class org.flowable.cmmn.engine.impl.test.InternalFlowableCmmnExtension
afterEach, afterTestExecution, beforeEach, resolveParameter, supportsParameterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.junit.jupiter.api.extension.TestInstantiationAwareExtension
getTestInstantiationExtensionContextScope
-
Constructor Details
-
PluggableFlowableCmmnExtension
public PluggableFlowableCmmnExtension()
-
-
Method Details
-
getCmmnEngine
- Specified by:
getCmmnEnginein classInternalFlowableCmmnExtension
-
initializeCmmnEngine
-
getConfigurationResource
-
getStore
protected org.junit.jupiter.api.extension.ExtensionContext.Store getStore(org.junit.jupiter.api.extension.ExtensionContext context) - Specified by:
getStorein classInternalFlowableCmmnExtension
-