mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-24 09:48:51 +02:00
WireMockServer
@@ -7,7 +7,7 @@ For example, suppose we’re writing a to-do list application consisting of a ri
|
||||
Example test code:
|
||||
```c#
|
||||
// Assign
|
||||
_server = FluentMockServer.Start();
|
||||
_server = WireMockServer.Start();
|
||||
|
||||
_server
|
||||
.Given(Request.Create()
|
||||
|
||||
Reference in New Issue
Block a user