Package org.springframework.test.context.junit.jupiter.web
@NullMarked
package org.springframework.test.context.junit.jupiter.web
Web support for integrating the Spring TestContext Framework
with the JUnit Jupiter extension model in JUnit 5.
-
Annotation InterfacesClassDescription
@SpringJUnitWebConfigis a composed annotation that combines@ExtendWith(SpringExtension.class)from JUnit Jupiter with@ContextConfigurationand@WebAppConfigurationfrom the Spring TestContext Framework.