2024-06-21 18:50:36 +08:00
|
|
|
[[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
|
2025-07-11 01:33:34 +08:00
|
|
|
it provides many out-of-the-box options for common needs.
|