From 9182ada260aa7dddaa0b39a9096722d7bd47fa03 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 23 May 2016 06:52:28 +0200 Subject: [PATCH] Polish doc Closes gh-6009 --- spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index a54e51f0e8b..0e43956e8ad 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -4717,7 +4717,7 @@ 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 -`BasicJsonHelper` classes can be used for Jackson, Gson and Strings respectively. Any +`BasicJsonTester` classes can be used for Jackson, Gson and Strings respectively. Any helper fields on the test class will be automatically initialized when using `@JsonTest`. [source,java,indent=0]