Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.test.web.servlet Classes and Interfaces - 46 results found.
NameDescriptionTypePackageFramework
AbstractMockMvcBuilderAn abstract implementation of MockMvcBuilderwith common methods for configuring filters, default request properties, globalClassorg.springframework.test.web.servlet.setupSpring MVC
ConfigurableMockMvcBuilderDefines common methods for building a MockMvc.Interfaceorg.springframework.test.web.servlet.setupSpring MVC
ConfigurableSmartRequestBuilderAn extension of SmartRequestBuilder that can be configured with RequestPostProcessors.Interfaceorg.springframework.test.web.servlet.requestSpring MVC
ContentResultMatchersFactory for response content assertions.Classorg.springframework.test.web.servlet.resultSpring MVC
CookieResultMatchersFactory for response cookie assertions.Classorg.springframework.test.web.servlet.resultSpring MVC
DefaultMockMvcBuilderA concrete implementation of AbstractMockMvcBuilder that providesthe WebApplicationContext supplied to it as a constructor argument.Classorg.springframework.test.web.servlet.setupSpring MVC
DelegatingWebConnectionWebConnection implementations.Classorg.springframework.test.web.servlet.htmlunitSpring MVC
DelegatingWebConnection .DelegateWebConnectionClassorg.springframework.test.web.servlet.htmlunit.DelegatingWebConnectionSpring MVC
FlashAttributeResultMatchersFactory for output flash attribute assertions.Classorg.springframework.test.web.servlet.resultSpring MVC
HandlerResultMatchersFactory for assertions on the selected handler.Classorg.springframework.test.web.servlet.resultSpring MVC
HeaderResultMatchersFactory for response header assertions.Classorg.springframework.test.web.servlet.resultSpring MVC
HostRequestMatcherA WebRequestMatcher that allows matching on the host and optionallythe port of WebRequest#getUrl().Classorg.springframework.test.web.servlet.htmlunitSpring MVC
JsonPathResultMatchersFactory for assertions on the response content usingJsonPath expressions.Classorg.springframework.test.web.servlet.resultSpring MVC
MockHttpServletRequestBuilderDefault builder for MockHttpServletRequest required as input to performrequests in MockMvc.Classorg.springframework.test.web.servlet.requestSpring MVC
MockMultipartHttpServletRequestBuilderDefault builder for MockMultipartHttpServletRequest.Classorg.springframework.test.web.servlet.requestSpring MVC
MockMvcMain entry point for server-side Spring MVC test support.Classorg.springframework.test.web.servletSpring MVC
MockMvcBuilderBuilds a MockMvc instance.Interfaceorg.springframework.test.web.servletSpring MVC
MockMvcBuildersThe main class to import in order to access all available MockMvcBuilders.Classorg.springframework.test.web.servlet.setupSpring MVC
MockMvcBuilderSupportBase class for MockMvc builder implementations, providing the capability tocreate a MockMvc instance.Classorg.springframework.test.web.servletSpring MVC
MockMvcConfigurerAllows a sub-class to encapsulate logic for pre-configuring aConfigurableMockMvcBuilder for some specific purpose.Interfaceorg.springframework.test.web.servlet.setupSpring MVC
MockMvcConfigurerAdapterAn empty method implementation of MockMvcConfigurer.Classorg.springframework.test.web.servlet.setupSpring MVC
MockMvcHtmlUnitDriverBuilderMockMvcHtmlUnitDriverBuilder simplifies the building of anHtmlUnitDriver that delegates to MockMvc and optionallyClassorg.springframework.test.web.servlet.htmlunit.webdriverSpring MVC
MockMvcRequestBuildersStatic factory methods for RequestBuilders.Classorg.springframework.test.web.servlet.requestSpring MVC
MockMvcResultHandlersStatic factory methods for ResultHandler-based result actions.Classorg.springframework.test.web.servlet.resultSpring MVC
MockMvcResultMatchersStatic factory methods for ResultMatcher-based result actions.Classorg.springframework.test.web.servlet.resultSpring MVC
MockMvcWebClientBuilderMockMvcWebClientBuilder simplifies the creation of an HtmlUnitWebClient that delegates to a MockMvc instance.Classorg.springframework.test.web.servlet.htmlunitSpring MVC
MockMvcWebConnectionMockMvcWebConnection enables MockMvc to transform aWebRequest into a WebResponse.Classorg.springframework.test.web.servlet.htmlunitSpring MVC
MockMvcWebConnectionBuilderSupportSupport class that simplifies the creation of a WebConnection thatuses MockMvc and optionally delegates to a real WebConnectionClassorg.springframework.test.web.servlet.htmlunitSpring MVC
ModelResultMatchersFactory for assertions on the model.Classorg.springframework.test.web.servlet.resultSpring MVC
MvcResultProvides access to the result of an executed request.Interfaceorg.springframework.test.web.servletSpring MVC
PrintingResultHandlerClassorg.springframework.test.web.servlet.resultSpring MVC
PrintingResultHandler .ResultValuePrinterA contract for how to actually write result information.Interfaceorg.springframework.test.web.servlet.result.PrintingResultHandlerSpring MVC
RequestBuilderBuilds a MockHttpServletRequest.Interfaceorg.springframework.test.web.servletSpring MVC
RequestPostProcessorExtension point for applications or 3rd party libraries that wish to furtherinitialize a MockHttpServletRequest instance after it has been builtInterfaceorg.springframework.test.web.servlet.requestSpring MVC
RequestResultMatchersFactory for assertions on the request.Classorg.springframework.test.web.servlet.resultSpring MVC
ResultActionsAllows applying actions, such as expectations, on the result of an executedSee static factory methods inInterfaceorg.springframework.test.web.servletSpring MVC
ResultHandlerInterfaceorg.springframework.test.web.servletSpring MVC
ResultMatcherA ResultMatcher matches the result of an executed request againstSee static factory methods inInterfaceorg.springframework.test.web.servletSpring MVC
SmartRequestBuilderRequestPostProcessorsas a separate step from the RequestBuilder.Interfaceorg.springframework.test.web.servletSpring MVC
StandaloneMockMvcBuilderA MockMvcBuilder that accepts @Controller registrationsthus allowing full control over the instantiation and initialization ofClassorg.springframework.test.web.servlet.setupSpring MVC
StatusResultMatchersFactory for assertions on the response status.Classorg.springframework.test.web.servlet.resultSpring MVC
UrlRegexRequestMatcherA WebRequestMatcher that allows matching onWebRequest#getUrl().Classorg.springframework.test.web.servlet.htmlunitSpring MVC
ViewResultMatchersFactory for assertions on the selected view.Classorg.springframework.test.web.servlet.resultSpring MVC
WebConnectionHtmlUnitDriverWebConnectionHtmlUnitDriver enables configuration of theWebConnection for an HtmlUnitDriver instance.Classorg.springframework.test.web.servlet.htmlunit.webdriverSpring MVC
WebRequestMatcherStrategy for matching on a WebRequest.Interfaceorg.springframework.test.web.servlet.htmlunitSpring MVC
XpathResultMatchersFactory for assertions on the response content using XPath expressions.Classorg.springframework.test.web.servlet.resultSpring MVC