mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-20 07:51:41 +02:00
Updated Home (markdown)
15
Home.md
15
Home.md
@@ -1 +1,14 @@
|
|||||||
Welcome to the WireMock.Net wiki!
|
# 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).
|
||||||
|
|
||||||
|
## Using WireMock in UnitTest framework
|
||||||
|
You can use your favorite test framework and use WireMock within your tests, see
|
||||||
|
[Wiki : UnitTesting](https://github.com/StefH/WireMock.Net/wiki/Using-WireMock-in-UnitTests).
|
||||||
|
|
||||||
|
## Admin API Reference
|
||||||
|
The WireMock admin API provides functionality to define the mappings via a http interface, see [Wiki : Admin API Reference](https://github.com/StefH/WireMock.Net/wiki/Admin-API-Reference).
|
||||||
|
|
||||||
|
## WireMock as a standalone process
|
||||||
|
This is quite straight forward to launch a mock server within a console application, see [Wiki : standalone](https://github.com/StefH/WireMock.Net/wiki/WireMock-as-a-standalone-process).
|
||||||
|
|||||||
Reference in New Issue
Block a user