Class AbstractJUnit4SpringIntegrationTest

java.lang.Object
org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
com.github.seregamorph.testsmartcontext.junit4.AbstractJUnit4SpringIntegrationTest
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

@Deprecated @TestExecutionListeners(listeners=SmartDirtiesContextTestExecutionListener.class, mergeMode=MERGE_WITH_DEFAULTS) public abstract class AbstractJUnit4SpringIntegrationTest extends org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
Deprecated.
support of JUnit 4 will be removed in 1.0 release
Base class for JUnit 4 integration tests that create spring context. Supports SmartDirtiesContextTestExecutionListener semantics to optimize IT suite execution.
Author:
Sergey Chernov
See Also:
  • Constructor Details

    • AbstractJUnit4SpringIntegrationTest

      public AbstractJUnit4SpringIntegrationTest()
      Deprecated.