mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-14 06:17:11 +01: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