Skip to content
Stef Heyenrath edited this page May 7, 2017 · 14 revisions

Welcome to the WireMock.Net wiki

Stubbing & Request Matching

A core feature of WireMock is the ability to return canned HTTP responses for requests matching criteria, see Wiki : Stubbing.

Using WireMock in UnitTest framework

You can use your favorite test framework and use WireMock within your tests, see Wiki : UnitTesting.

Admin API Reference

The WireMock admin API provides functionality to define the mappings via a http interface, see 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.

Clone this wiki locally