diff --git a/Stubbing.md b/Stubbing.md index f269bb5..116bc65 100644 --- a/Stubbing.md +++ b/Stubbing.md @@ -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()`. \ No newline at end of file +All stub mappings can be fetched in C# by calling `server.Mappings` or `server.MappingModels`. \ No newline at end of file