From 217b5a95d1f427a0e8af45b97e44e863ff702b9e Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sat, 7 Oct 2017 17:36:40 +0200 Subject: [PATCH] Updated Home (markdown) --- Home.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Home.md b/Home.md index 3efa8f1..ebf940c 100644 --- a/Home.md +++ b/Home.md @@ -11,6 +11,9 @@ WireMock.Net has the ability to selectively proxy requests through to other host WireMock.Net has the ability to create stub mappings by recording them while you send requests. This can be used to quickly capture a collection of responses from a real service then use them offline in your tests. [Wiki : Record (via proxy) and Save](https://github.com/StefH/WireMock.Net/wiki/Record-(via-proxy)-and-Save). +## Scenarios ## +WireMock.Net supports state via the notion of scenarios. A scenario is essentially a state machine whose states can be arbitrarily assigned. See [Wiki : Scenarios and States](https://github.com/WireMock-Net/WireMock.Net/wiki/Scenarios-and-Statefull-behaviour) + ## Using WireMock.Net in UnitTest framework You can use your favorite test framework and use WireMock within your tests, see [Wiki : UnitTesting](https://github.com/StefH/WireMock.Net/wiki/Using-WireMock-in-UnitTests).