Class SpringFlowableTestCase

java.lang.Object
junit.framework.Assert
junit.framework.TestCase
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 AbstractFlowableDmnTestCase implements org.springframework.context.ApplicationContextAware
Author:
Joram Barrez, Josh Long
  • Field Details

    • cachedDmnEngines

      protected Map<Object,DmnEngine> cachedDmnEngines
    • testContextManager

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

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

    • SpringFlowableTestCase

      public SpringFlowableTestCase()
  • Method Details