Class SpringFlowableTestCase

All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

@ExtendWith(org.springframework.test.context.junit.jupiter.SpringExtension.class) @ExtendWith(InternalFlowableSpringExtension.class) public abstract class SpringFlowableTestCase extends AbstractFlowableTestCase implements org.springframework.context.ApplicationContextAware
Author:
Joram Barrez, Josh Long
  • Field Details

    • applicationContext

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

    • SpringFlowableTestCase

      public SpringFlowableTestCase()
  • Method Details

    • setApplicationContext

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