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.
|
Class and Description |
---|
WebAppConfiguration
@WebAppConfiguration is a class-level annotation that is used to
declare that the ApplicationContext loaded for an integration test
should be a WebApplicationContext . |
Class and Description |
---|
AbstractGenericWebContextLoader
Abstract, generic extension of
AbstractContextLoader that loads a
GenericWebApplicationContext . |
GenericXmlWebContextLoader
Concrete implementation of
AbstractGenericWebContextLoader that loads
bean definitions from XML resources. |
WebMergedContextConfiguration
WebMergedContextConfiguration encapsulates the merged
context configuration declared on a test class and all of its superclasses
via @ContextConfiguration ,
@WebAppConfiguration , and
@ActiveProfiles . |