Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jamie Tanna
jvt.me
Commits
f4ea8d78
Commit
f4ea8d78
authored
Mar 22, 2022
by
Jamie Tanna
Browse files
MP: Update article posts/2022/03/22/webclient-integration-test-wiremock
parent
5c065a71
Pipeline
#498048256
passed with stages
in 6 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
content/posts/2022-03-22-webclient-integration-test-wiremock.md
View file @
f4ea8d78
---
title
:
"
Integration
Testing
Your
Spring
`WebClient`s
with
Wiremock"
description
:
"
How
to
write
integration
tests
using
Wiremock,
for
use
with
`WebClient`s."
tags
:
-
blogumentation
-
java
-
spring-boot
-
testing
-
tdd
license_code
:
Apache-2.0
license_prose
:
CC-BY-NC-SA-4.0
date
:
2022-03-22T10:38:47+0000
slug
:
webclient-integration-test-wiremock
date
:
"
2022-03-22T10:38:47+0000"
syndication
:
-
"
https://brid.gy/publish/twitter"
image
:
https://media.jvt.me/3e88e3081a.png
-
"
https://twitter.com/JamieTanna/status/1506220842514010112"
tags
:
-
"
blogumentation"
-
"
java"
-
"
spring-boot"
-
"
testing"
-
"
tdd"
license_code
:
"
Apache-2.0"
license_prose
:
"
CC-BY-NC-SA-4.0"
image
:
"
https://media.jvt.me/3e88e3081a.png"
slug
:
"
webclient-integration-test-wiremock"
---
If you're building Spring Boot services which interact with other services, it's likely that you're using the
`WebClient`
from the WebFlux project to use a more reactive and non-blocking HTTP client.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment