Class SpringRunner

All Implemented Interfaces:
Describable, Filterable, Orderable, Sortable

public final class SpringRunner extends SpringJUnit4ClassRunner
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: