Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.springframework.test.context.web Classes and Interfaces - 9 results found.
| Name | Description | Type | Package | Framework |
| AbstractGenericWebContextLoader | Abstract, generic extension of AbstractContextLoader that loads aGenericWebApplicationContext. | Class | org.springframework.test.context.web | Spring MVC |
|
| AnnotationConfigWebContextLoader | Concrete implementation of AbstractGenericWebContextLoader that loadsbean definitions from annotated classes. | Class | org.springframework.test.context.web | Spring MVC |
|
| GenericGroovyXmlWebContextLoader | Concrete implementation of AbstractGenericWebContextLoader that loadsbean definitions from Groovy scripts and XML configuration files. | Class | org.springframework.test.context.web | Spring MVC |
|
| GenericXmlWebContextLoader | Concrete implementation of AbstractGenericWebContextLoader that loadsbean definitions from XML resources. | Class | org.springframework.test.context.web | Spring MVC |
|
| ServletTestExecutionListener | TestExecutionListener which provides mock Servlet API support toWebApplicationContexts loaded by the Spring | Class | org.springframework.test.context.web | Spring MVC |
|
| WebAppConfiguration | @WebAppConfiguration is a class-level annotation that is used todeclare that the ApplicationContext loaded for an integration test | Class | org.springframework.test.context.web | Spring MVC |
|
| WebDelegatingSmartContextLoader | WebDelegatingSmartContextLoader is a concrete implementation ofAbstractDelegatingSmartContextLoader that delegates to a | Class | org.springframework.test.context.web | Spring MVC |
|
| WebMergedContextConfiguration | WebMergedContextConfiguration encapsulates the mergedcontext configuration declared on a test class and all of its superclasses | Class | org.springframework.test.context.web | Spring MVC |
|
| WebTestContextBootstrapper | Web-specific implementation of the TestContextBootstrapper SPI. | Class | org.springframework.test.context.web | Spring MVC |