Skip to content

Commit

Permalink
Merge branch '3.3.x'
Browse files Browse the repository at this point in the history
Closes gh-41850
  • Loading branch information
scottfrederick committed Aug 13, 2024
2 parents db70aa1 + cae3a6a commit cc3e62d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
* obtain the mock server. If the customizer has been used more than once the
* {@link #getServer(RestClient.Builder)} or {@link #getServers()} method must be used to
* access the related server.
* <p>
* If a mock server is used in more than one test case in a test class, it might be
* necessary to reset the expectations on the server between tests using
* {@code getServer().reset()} or {@code getServer(restClientBuilder).reset()}.
*
* @author Scott Frederick
* @since 3.2.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@
* obtain the mock server. If the customizer has been used more than once the
* {@link #getServer(RestTemplate)} or {@link #getServers()} method must be used to access
* the related server.
* <p>
* If a mock server is used in more than one test case in a test class, it might be
* necessary to reset the expectations on the server between tests using
* {@code getServer().reset()} or {@code getServer(restTemplate).reset()}.
*
* @author Phillip Webb
* @author Moritz Halbritter
Expand Down

0 comments on commit cc3e62d

Please sign in to comment.