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.request |
Contains built-in
RequestBuilder
implementations. |
org.springframework.test.web.servlet.result |
Contains built-in
ResultMatcher and ResultHandler implementations. |
org.springframework.test.web.servlet.setup |
Contains built-in
MockMvcBuilder implementations. |
Class and Description |
---|
MockMvc
Main entry point for server-side Spring MVC test support.
|
Class and Description |
---|
MockMvc
Main entry point for server-side Spring MVC test support.
|
MvcResult
Provides access to the result of an executed request.
|
RequestBuilder
Builds a
MockHttpServletRequest . |
ResultActions
Allows applying actions, such as expectations, on the result of an executed
request.
|
ResultHandler
Executes a generic action (e.g.
|
ResultMatcher
Matches the result of an executed request against some expectation.
|
Class and Description |
---|
MvcResult
Provides access to the result of an executed request.
|
RequestBuilder
Builds a
MockHttpServletRequest . |
Class and Description |
---|
MvcResult
Provides access to the result of an executed request.
|
ResultHandler
Executes a generic action (e.g.
|
ResultMatcher
Matches the result of an executed request against some expectation.
|
Class and Description |
---|
MockMvc
Main entry point for server-side Spring MVC test support.
|
MockMvcBuilder
Builds a
MockMvc . |
MockMvcBuilderSupport
Base class for MockMvc builder implementations, providing the capability to
create a
MockMvc instance. |
RequestBuilder
Builds a
MockHttpServletRequest . |
ResultHandler
Executes a generic action (e.g.
|
ResultMatcher
Matches the result of an executed request against some expectation.
|
Copyright © 2015. All rights reserved.