From c3b39a868cdb548ce6cc2541a423de62e8920e39 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Wed, 17 Jul 2019 10:01:15 +0200 Subject: [PATCH] Updated Stubbing (markdown) --- Stubbing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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