mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
Fluent Assertion Body #533
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @chrisjainsley on GitHub (Jul 20, 2023).
Can the fluent assertion library be used to check the request body sent to Wiremock? Would you like me to write my own assertion using log entries?
@StefH commented on GitHub (Jul 20, 2023):
@chrisjainsley

Currently the project https://github.com/WireMock-Net/WireMock.Net/blob/master/src/WireMock.Net.FluentAssertions does support these assertions:
Body is not yet included.
You can make a PR for that.
@StefH commented on GitHub (Oct 31, 2023):
https://github.com/WireMock-Net/WireMock.Net/pull/1014
@StefH commented on GitHub (Oct 31, 2023):
@chrisjainsley
You can try preview : 1.5.39-ci-17877
https://github.com/WireMock-Net/WireMock.Net/wiki/MyGet-preview-versions
@StefH commented on GitHub (Nov 4, 2023):
https://github.com/WireMock-Net/WireMock.Net/pull/1014
@StefH commented on GitHub (Nov 5, 2023):
@chrisjainsley
This new functionality will be available in the next release which will be delivered this week.