Class InternalFlowableDmnSpringExtension
java.lang.Object
org.flowable.dmn.engine.impl.test.InternalFlowableDmnExtension
org.flowable.dmn.spring.impl.test.InternalFlowableDmnSpringExtension
- All Implemented Interfaces:
org.junit.jupiter.api.extension.AfterEachCallback, 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 InternalFlowableDmnExtension
ANNOTATION_DEPLOYMENT_ID_KEY, logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected DmnEnginegetDmnEngine(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 InternalFlowableDmnExtension
afterEach, beforeEach, resolveParameter, supportsParameterMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.junit.jupiter.api.extension.TestInstantiationAwareExtension
getTestInstantiationExtensionContextScope
-
Constructor Details
-
InternalFlowableDmnSpringExtension
public InternalFlowableDmnSpringExtension()
-
-
Method Details
-
getDmnEngine
- Specified by:
getDmnEnginein classInternalFlowableDmnExtension
-
getStore
protected org.junit.jupiter.api.extension.ExtensionContext.Store getStore(org.junit.jupiter.api.extension.ExtensionContext context) - Specified by:
getStorein classInternalFlowableDmnExtension
-