diff --git a/What-Is-WireMock.Net.md b/What-Is-WireMock.Net.md index 5d5e591..e028a5e 100644 --- a/What-Is-WireMock.Net.md +++ b/What-Is-WireMock.Net.md @@ -48,14 +48,14 @@ The WireMock.Net tests will ensure It is important that our expectations are correct otherwise those tests can be false positive. # Summary of what WireMock.Net Offers -1. Configure the response returned by the HTTP API when it receives a specific request. -2. Capture the incoming HTTP requests and write assertions for that requests. -3. Identify the stubbed or captured HTTP requests by using request matching -4. Configure request matchers by comparing the request. -5. URL, path, request method, request headers, cookies and request body -6. Run it as a standalone process. (flexible deployments) -7. Or integrate it in your unit-tests -7. Redirect HTTP Requests to another location, record and playbacks -0. Support edge case failures +1. Configure the response returned by the HTTP API when it receives a specific request. +2. Capture the incoming HTTP requests and write assertions for that requests. +3. Identify the stubbed or captured HTTP requests by using request matching +4. Configure request matchers by comparing the request. +5. URL, path, request method, request headers, cookies and request body +6. Run it as a standalone process. (flexible deployments) +7. Or integrate it in your unit-tests +8. Redirect HTTP Requests to another location, record and playbacks +9. Support edge case failures **Note**: this page is based on https://github.com/AdriseYounis/WireMock.Net/blob/master/README.md \ No newline at end of file