Class AbstractJUnit4SpringContextTests

java.lang.Object
org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
All Implemented Interfaces:
Aware, ApplicationContextAware
Direct Known Subclasses:
AbstractTransactionalJUnit4SpringContextTests

@Deprecated(since="7.0") public abstract class AbstractJUnit4SpringContextTests extends Object implements ApplicationContextAware
Deprecated.
since Spring Framework 7.0 in favor of the SpringExtension and JUnit Jupiter
Abstract base test class which integrates the Spring TestContext Framework with explicit ApplicationContext testing support in a JUnit 4 environment.

Concrete subclasses should typically declare a class-level @ContextConfiguration annotation to configure the application context resource locations or component classes.

This class serves only as a convenience for extension.

NOTE: This class requires JUnit 4.12 or higher.

Since:
2.5
Author:
Sam Brannen
See Also: