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 uses SpringExtension to get the ProcessEngine from the ApplicationContext and make it available for the InternalFlowableExtension.
Author:
Filip Hrisafov
  • Constructor Details

    • InternalFlowableSpringExtension

      public InternalFlowableSpringExtension()
  • Method Details