Class SpringFlowableAppTestCase

java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.flowable.app.spring.impl.test.SpringFlowableAppTestCase
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 SpringFlowableAppTestCase extends junit.framework.TestCase implements org.springframework.context.ApplicationContextAware
Author:
Joram Barrez, Josh Long
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected AppEngine
     
    protected org.springframework.context.ApplicationContext
     
    protected Map<Object,AppEngine>
     
    protected org.springframework.test.context.TestContextManager
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     
    void
     
    void
    setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
     

    Methods inherited from class junit.framework.TestCase

    assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runTest, setName, setUp, tearDown, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • cachedAppEngines

      protected Map<Object,AppEngine> cachedAppEngines
    • appEngine

      protected AppEngine appEngine
    • testContextManager

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

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

    • SpringFlowableAppTestCase

      public SpringFlowableAppTestCase()
  • Method Details

    • runBare

      public void runBare() throws Throwable
      Overrides:
      runBare in class junit.framework.TestCase
      Throws:
      Throwable
    • initializeAppEngine

      protected void initializeAppEngine()
    • setApplicationContext

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