Updated Stubbing (markdown)

Stef Heyenrath
2019-07-17 10:01:15 +02:00
parent 59c8602146
commit c3b39a868c

@@ -102,4 +102,4 @@ server
The WireMock server can be reset at any time, removing all stub mappings and deleting the request log. If youre 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`.