mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-18 15:34:42 +01:00
Updated Stubbing (markdown)
@@ -102,4 +102,4 @@ server
|
||||
The WireMock server can be reset at any time, removing all stub mappings and deleting the request log. If you’re using either of the UnitTest rules this will happen automatically at the start of every test case. However you can do it yourself via a call to `server.Reset()`.
|
||||
|
||||
## Getting all currently registered stub mappings
|
||||
All stub mappings can be fetched in C# by calling `server.ListAllStubMappings()`.
|
||||
All stub mappings can be fetched in C# by calling `server.Mappings` or `server.MappingModels`.
|
||||
Reference in New Issue
Block a user