mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
FluentValidation call count behaviour #462
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 @robvangeloven on GitHub (Oct 17, 2022).
Running the following unit tests I expect a different behaviour then I expected:
Are my assumptions correct or is this correct behaviour?
@StefH commented on GitHub (Oct 17, 2022):
For the first test, the
UsingAnyMethodis missing, however this is not yet implemented, I'll take a look.@StefH commented on GitHub (Oct 17, 2022):
Above tests are valid (I think) and work correctly using the latest preview (1.5.8-ci-16562). Can you test this?
@robvangeloven commented on GitHub (Oct 17, 2022):
Yup. That version works! 👍🏻
@StefH commented on GitHub (Oct 17, 2022):
https://github.com/WireMock-Net/WireMock.Net/pull/832