mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
Stubbing wiki page outdated #414
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 @redwolf2 on GitHub (Mar 31, 2022).
Originally assigned to: @StefH on GitHub.
Describe the bug
https://github.com/WireMock-Net/WireMock.Net/wiki/Stubbing#verify-interactions
states that
var allRequests = server.RequestLogs;is available. But not in the current API implementation.It should state that
var logEntries = server.LogEntries;are available.@StefH commented on GitHub (Mar 31, 2022):
@redwolf2 : thank you for finding this.
it;s solved