Uses of Package
org.springframework.test.web.servlet
Packages that use org.springframework.test.web.servlet Package Description org.springframework.test.web.client Contains client-side REST testing support.org.springframework.test.web.servlet Contains server-side support for testing Spring MVC applications.org.springframework.test.web.servlet.htmlunit Server-side support for testing Spring MVC applications withMockMvcand HtmlUnit.org.springframework.test.web.servlet.htmlunit.webdriver Server-side support for testing Spring MVC applications withMockMvcand the SeleniumHtmlUnitDriver.org.springframework.test.web.servlet.request Contains built-inRequestBuilderimplementations.org.springframework.test.web.servlet.result Contains built-inResultMatcherandResultHandlerimplementations.org.springframework.test.web.servlet.setup Contains built-inMockMvcBuilderimplementations.Classes in org.springframework.test.web.servlet used by org.springframework.test.web.client Class Description MockMvc Main entry point for server-side Spring MVC test support.Classes in org.springframework.test.web.servlet used by org.springframework.test.web.servlet Class Description MockMvc Main entry point for server-side Spring MVC test support.MvcResult Provides access to the result of an executed request.RequestBuilder Builds aMockHttpServletRequest.ResultActions Allows applying actions, such as expectations, on the result of an executed request.ResultHandler AResultHandlerperforms a generic action on the result of an executed request — for example, printing debug information.ResultMatcher AResultMatchermatches the result of an executed request against some expectation.Classes in org.springframework.test.web.servlet used by org.springframework.test.web.servlet.htmlunit Class Description MockMvc Main entry point for server-side Spring MVC test support.Classes in org.springframework.test.web.servlet used by org.springframework.test.web.servlet.htmlunit.webdriver Class Description MockMvc Main entry point for server-side Spring MVC test support.Classes in org.springframework.test.web.servlet used by org.springframework.test.web.servlet.request Class Description MvcResult Provides access to the result of an executed request.RequestBuilder Builds aMockHttpServletRequest.SmartRequestBuilder Extended variant of aRequestBuilderthat applies itsorg.springframework.test.web.servlet.request.RequestPostProcessorsas a separate step from theRequestBuilder.buildRequest(javax.servlet.ServletContext)method.Classes in org.springframework.test.web.servlet used by org.springframework.test.web.servlet.result Class Description MvcResult Provides access to the result of an executed request.ResultHandler AResultHandlerperforms a generic action on the result of an executed request — for example, printing debug information.ResultMatcher AResultMatchermatches the result of an executed request against some expectation.Classes in org.springframework.test.web.servlet used by org.springframework.test.web.servlet.setup Class Description DispatcherServletCustomizer Strategy interface for customizingDispatcherServletinstances that are managed byMockMvc.MockMvc Main entry point for server-side Spring MVC test support.MockMvcBuilder Builds aMockMvcinstance.MockMvcBuilderSupport Base class for MockMvc builder implementations, providing the capability to create aMockMvcinstance.RequestBuilder Builds aMockHttpServletRequest.ResultHandler AResultHandlerperforms a generic action on the result of an executed request — for example, printing debug information.ResultMatcher AResultMatchermatches the result of an executed request against some expectation.