Uses of Annotation Interface
org.springframework.test.context.web.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
Modifier and TypeClassDescription@interface
@SpringJUnitWebConfig
is a composed annotation that combines@ExtendWith(SpringExtension.class)
from JUnit Jupiter with@ContextConfiguration
and@WebAppConfiguration
from the Spring TestContext Framework.