Class SpringRunner

All Implemented Interfaces:
Describable, Filterable, Orderable, Sortable

@Deprecated(since="7.0") public final class SpringRunner extends SpringJUnit4ClassRunner
Deprecated.
since Spring Framework 7.0 in favor of the SpringExtension and JUnit Jupiter
SpringRunner is an alias for the SpringJUnit4ClassRunner.

To use this class, annotate a JUnit 4 based test class with @RunWith(SpringRunner.class).

If you would like to use the Spring TestContext Framework with a runner other than this one, use SpringClassRule and SpringMethodRule.

NOTE: This class requires JUnit 4.12 or higher.

Since:
4.3
Author:
Sam Brannen
See Also: