Uses of Package
org.springframework.test.context.web
Package
Description
Web support for integrating the Spring TestContext Framework
with the JUnit Jupiter extension model in JUnit 5.
Web support classes for the Spring TestContext Framework.
-
ClassDescription
@WebAppConfiguration
is an annotation that can be applied to a test class to declare that theApplicationContext
loaded for an integration test should be aWebApplicationContext
. -
ClassDescriptionAbstract, generic extension of
AbstractContextLoader
that loads aGenericWebApplicationContext
.Concrete implementation ofAbstractGenericWebContextLoader
that loads bean definitions from XML resources.WebMergedContextConfiguration
encapsulates the merged context configuration declared on a test class and all of its superclasses and enclosing classes via@ContextConfiguration
,@WebAppConfiguration
,@ActiveProfiles
, and@TestPropertySource
.