Improve documentation of when TestRestTemplate is auto-configured
Closes gh-6729
This commit is contained in:
@@ -55,7 +55,8 @@ import org.springframework.web.context.WebApplicationContext;
|
||||
* {@link WebEnvironment#DEFINED_PORT defined} or {@link WebEnvironment#RANDOM_PORT
|
||||
* random} port.</li>
|
||||
* <li>Registers a {@link org.springframework.boot.test.web.client.TestRestTemplate
|
||||
* TestRestTemplate} bean for use in web tests.</li>
|
||||
* TestRestTemplate} bean for use in web tests that are using a fully running container
|
||||
* </li>
|
||||
* </ul>
|
||||
*
|
||||
* @author Phillip Webb
|
||||
|
||||
Reference in New Issue
Block a user