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.

As of Spring Framework 5.3, this annotation will effectively be inherited from an enclosing test class by default. See @NestedTestConfiguration for details.

Since:
5.0
Author:
Sam Brannen
See Also: