mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-05-27 02:09:14 +02:00
WireMockServer
+1
-1
@@ -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