Class FlowableContentSpringExtension

java.lang.Object
com.flowable.content.engine.test.FlowableContentExtension
com.flowable.content.spring.impl.test.FlowableContentSpringExtension
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

public class FlowableContentSpringExtension extends FlowableContentExtension
An extension that uses SpringExtension to get the ContentEngine from the ApplicationContext and make it available for the FlowableContentExtension.
Author:
Filip Hrisafov
  • Constructor Details

    • FlowableContentSpringExtension

      public FlowableContentSpringExtension()
  • Method Details