Updated Scenarios and States (markdown)

Stef Heyenrath
2023-05-12 21:58:31 +02:00
parent d2285b7138
commit f7caa49eec

@@ -5,7 +5,7 @@ WireMock.Net supports _State_ via the notion of _scenarios_. A scenario is essen
For example, suppose were writing a to-do list application consisting of a rich client of some kind talking to a REST service. We want to test that our UI can read the to-do list, add an item and refresh itself, showing the updated list.
Example test code:
``` c#
``` csharp
// Assign
_server = WireMockServer.Start();