Class FlowableCmmnSpringExtension

  • 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 FlowableCmmnSpringExtension
    extends FlowableCmmnExtension
    An extension that uses SpringExtension to get the CmmnEngine from the ApplicationContext and make it available for the FlowableCmmnExtension.

    NB: The CmmnConfigurationResource is ignored as the CmmnEngine is taken from the Spring application context

    Author:
    Filip Hrisafov
    • Constructor Detail

      • FlowableCmmnSpringExtension

        public FlowableCmmnSpringExtension()
    • Method Detail

      • getStore

        protected org.junit.jupiter.api.extension.ExtensionContext.Store getStore​(org.junit.jupiter.api.extension.ExtensionContext context)
        Overrides:
        getStore in class FlowableCmmnExtension