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.