Class SpringFlowableTestCase

  • All Implemented Interfaces:
    junit.framework.Test, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

    @TestExecutionListeners(org.springframework.test.context.support.DependencyInjectionTestExecutionListener.class)
    public abstract class SpringFlowableTestCase
    extends AbstractFlowableTestCase
    implements org.springframework.context.ApplicationContextAware
    Author:
    Joram Barrez, Josh Long
    • Field Detail

      • cachedFormEngines

        protected java.util.Map<java.lang.Object,​FormEngine> cachedFormEngines
      • testContextManager

        protected org.springframework.test.context.TestContextManager testContextManager
      • applicationContext

        @Autowired
        protected org.springframework.context.ApplicationContext applicationContext
    • Constructor Detail

      • SpringFlowableTestCase

        public SpringFlowableTestCase()
    • Method Detail

      • setApplicationContext

        public void setApplicationContext​(org.springframework.context.ApplicationContext applicationContext)
        Specified by:
        setApplicationContext in interface org.springframework.context.ApplicationContextAware