spring-framework/framework-docs/modules/ROOT/pages/testing/mockmvc/hamcrest.adoc

7 lines
300 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.