Annotation Interface SpringJUnitConfig


@SpringJUnitConfig is a composed annotation that combines @ExtendWith(SpringExtension.class) from JUnit Jupiter with @ContextConfiguration from the Spring TestContext Framework.
Since:
5.0
Author:
Sam Brannen
See Also: