mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-05-22 07:56:58 +02:00
Updated What Is WireMock.Net (markdown)
+6
-6
@@ -52,10 +52,10 @@ It is important that our expectations are correct otherwise those tests can be f
|
|||||||
2. Capture the incoming HTTP requests and write assertions for that requests.
|
2. Capture the incoming HTTP requests and write assertions for that requests.
|
||||||
3. Identify the stubbed or captured HTTP requests by using request matching
|
3. Identify the stubbed or captured HTTP requests by using request matching
|
||||||
4. Configure request matchers by comparing the request.
|
4. Configure request matchers by comparing the request.
|
||||||
1. URL, request method, request headers, cookies and request body
|
5. URL, path, request method, request headers, cookies and request body
|
||||||
5. Run it as a standalone process. (flexible deployments)
|
6. Run it as a standalone process. (flexible deployments)
|
||||||
6. Redirect HTTP Requests to another location.
|
7. Or integrate it in your unit-tests
|
||||||
7. Record and Playbacks
|
7. Redirect HTTP Requests to another location, record and playbacks
|
||||||
8. Support edge case failures & reduce build times
|
0. Support edge case failures
|
||||||
|
|
||||||
**Note**: this page is copied from https://github.com/AdriseYounis/WireMock.Net/blob/master/README.md
|
**Note**: this page is based on https://github.com/AdriseYounis/WireMock.Net/blob/master/README.md
|
||||||
Reference in New Issue
Block a user