mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-21 21:39:05 +00:00
This commit adds documentation for the following new features in the Spring TestContext Framework within the Testing chapter of the reference manual. - @WebAppConfiguration and context caching - WebDelegatingSmartContextLoader - AnnotationConfigWebContextLoader - GenericXmlWebContextLoader - Loading a WebApplicationContext in integration tests - ServletTestExecutionListener - Testing request and session scoped beans Issue: SPR-9864