Uses of Package
org.springframework.test.context.web
Packages that use 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.
-
Classes in org.springframework.test.context.web used by org.springframework.test.context.junit.jupiter.webClassDescription
@WebAppConfiguration
is a class-level annotation that is used to declare that theApplicationContext
loaded for an integration test should be aWebApplicationContext
. -
Classes in org.springframework.test.context.web used by org.springframework.test.context.webClassDescriptionAbstract, 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
.