Updated Home (markdown)

Stef Heyenrath
2017-05-07 09:46:30 +02:00
parent 038eb1ed70
commit 14a3591e3f

@@ -1,7 +1,7 @@
# Welcome to the WireMock.Net wiki
## Stubbing
A core feature of WireMock is the ability to return canned HTTP responses for requests matching criteria, see [Wiki : Stubbing](https://github.com/StefH/WireMock.Net/wiki/Stubbing).
## Stubbing & Request Matching
A core feature of WireMock is the ability to return canned HTTP responses for requests matching criteria, see [Wiki : Stubbing](https://github.com/StefH/WireMock.Net/wiki/Stubbing-and-Request-Matching).
## Using WireMock in UnitTest framework
You can use your favorite test framework and use WireMock within your tests, see