Uses of Package
org.springframework.test.context.web
Packages that use org.springframework.test.context.web Package Description org.springframework.test.context.junit.jupiter.web Web support for integrating the Spring TestContext Framework with the JUnit Jupiter extension model in JUnit 5.org.springframework.test.context.web Web support classes for the Spring TestContext Framework.Classes in org.springframework.test.context.web used by org.springframework.test.context.junit.jupiter.web Class Description WebAppConfiguration @WebAppConfigurationis a class-level annotation that is used to declare that theApplicationContextloaded for an integration test should be aWebApplicationContext.Classes in org.springframework.test.context.web used by org.springframework.test.context.web Class Description AbstractGenericWebContextLoader Abstract, generic extension ofAbstractContextLoaderthat loads aGenericWebApplicationContext.GenericXmlWebContextLoader Concrete implementation ofAbstractGenericWebContextLoaderthat loads bean definitions from XML resources.WebMergedContextConfiguration WebMergedContextConfigurationencapsulates the merged context configuration declared on a test class and all of its superclasses via@ContextConfiguration,@WebAppConfiguration, and@ActiveProfiles.