程序包 cn.taketoday.test.context.web
@NonNullApi
@NonNullFields
package cn.taketoday.test.context.web
Web support classes for the TestContext Framework.
-
类说明Abstract, generic extension of
AbstractContextLoaderthat loads aGenericWebApplicationContext.Concrete implementation ofAbstractGenericWebContextLoaderthat loads bean definitions from annotated classes.Concrete implementation ofAbstractGenericWebContextLoaderthat loads bean definitions from XML resources.TestExecutionListenerwhich provides mock Servlet API support toWebServletApplicationContextloaded by the Infra TestContext Framework.@WebAppConfigurationis a class-level annotation that is used to declare that theApplicationContextloaded for an integration test should be aWebApplicationContext.WebDelegatingSmartContextLoaderis a concrete implementation ofAbstractDelegatingSmartContextLoaderthat delegates to aGenericXmlWebContextLoaderand anAnnotationConfigWebContextLoader.WebMergedContextConfigurationencapsulates the merged context configuration declared on a test class and all of its superclasses via@ContextConfiguration,@WebAppConfiguration, and@ActiveProfiles.Web-specific implementation of theTestContextBootstrapperSPI.