mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
8 lines
301 B
Plaintext
8 lines
301 B
Plaintext
[[mockmvc-server]]
|
|
= Hamcrest Integration
|
|
:page-section-summary-toc: 1
|
|
|
|
Plain `MockMvc` provides an API to build the request using a builder-style approach
|
|
that can be initiated with static imports. Hamcrest is used to define expectations and
|
|
it provides many out-of-the-box options for common needs.
|