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.
-
Annotation InterfacesClassDescription
@springJUnitWebConfigis a composed annotation that combines@ExtendWith(springExtension.class)from JUnit Jupiter with@ContextConfigurationand@WebAppConfigurationfrom the spring TestContext Framework.