Annotation Interface springJUnitWebConfig


@springJUnitWebConfig is a composed annotation that combines @ExtendWith(springExtension.class) from JUnit Jupiter with @ContextConfiguration and @WebAppConfiguration from the spring TestContext Framework.

This annotation will be inherited from an enclosing test class by default. See @NestedTestConfiguration for details.

Since:
5.0
Author:
Sam Brannen
See Also: