SpringRunner(clazz: Class<*>)
Construct a new SpringRunner and initialize a org.springframework.test.context.TestContextManager to provide Spring testing functionality to standard JUnit 4 tests.
clazz - the test class to be run
See Also
#createTestContextManager(Class)