Uses of Annotation Interface
org.springframework.test.context.web.WebAppConfiguration
Packages that use WebAppConfiguration
Package
Description
Web support for integrating the Spring TestContext Framework
with the JUnit Jupiter extension model in JUnit 5.
-
Uses of WebAppConfiguration in org.springframework.test.context.junit.jupiter.web
Classes in org.springframework.test.context.junit.jupiter.web with annotations of type WebAppConfigurationModifier and TypeClassDescription@interface@SpringJUnitWebConfigis a composed annotation that combines@ExtendWith(SpringExtension.class)from JUnit Jupiter with@ContextConfigurationand@WebAppConfigurationfrom the Spring TestContext Framework.