ContentRequestMatchers asserts request with form data

Issue: SPR-13044
This commit is contained in:
Rossen Stoyanchev
2016-01-21 12:41:10 -05:00
parent 2f6d86b7aa
commit 1416c2a00e
3 changed files with 58 additions and 3 deletions

View File

@@ -672,4 +672,5 @@ Spring 4.3 also improves the caching abstraction as follows:
=== Testing Improvements
* The JUnit support in the _Spring TestContext Framework_ now requires JUnit 4.12 or higher.
* HeaderResultMatchers in Spring MVC Test supports expectations on multiple header values
* Client-side Spring MVC Test supports expectations for form data in the request body.
* Server-side Spring MVC Test supports expectations on response headers with multiple values.