Skip to content

Support HTTP Interface clients in test framework#36715

Closed
devareddy05 wants to merge 1 commit intospring-projects:mainfrom
devareddy05:gh-36674-http-interface-test-clients
Closed

Support HTTP Interface clients in test framework#36715
devareddy05 wants to merge 1 commit intospring-projects:mainfrom
devareddy05:gh-36674-http-interface-test-clients

Conversation

@devareddy05
Copy link
Copy Markdown

Summary

Adds RestTestClientAdapter and WebTestClientAdapter so an @HttpExchange interface can be invoked against a RestTestClient or WebTestClient, including mock-server setups. Reference docs updated with a short example.

Closes gh-36674

Test plan

  • New tests for both adapters covering GET, ResponseEntity, path variables, POST body, and headers.
  • ./gradlew :spring-test:check passes locally.

Signed-off-by: Devendra Reddy Pennabadi <pdevendrareddy@guidewire.com>
@rstoyanchev
Copy link
Copy Markdown
Contributor

Closing for now as per discussion under the issue.

@rstoyanchev rstoyanchev added status: invalid An issue that we don't feel is valid in: web Issues in web modules (web, webmvc, webflux, websocket) and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Apr 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

in: web Issues in web modules (web, webmvc, webflux, websocket) status: invalid An issue that we don't feel is valid

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support HTTP Interface Clients in Test Framework

3 participants