Closes gh-7026
This commit is contained in:
Stephane Nicoll
2016-09-27 10:03:00 +02:00
parent f1fddd243b
commit 542e935bb6

View File

@@ -5079,7 +5079,7 @@ configure elements of the auto-configuration you can use the `@AutoConfigureJson
annotation.
Spring Boot includes AssertJ based helpers that work with the JSONassert and JsonPath
libraries to check that JSON is as expected. The `JacksonHelper`, `GsonHelper` and
libraries to check that JSON is as expected. The `JacksonTester`, `GsonTester` and
`BasicJsonTester` classes can be used for Jackson, Gson and Strings respectively. Any
helper fields on the test class can be `@Autowired` when using `@JsonTest`.