-
-
Notifications
You must be signed in to change notification settings - Fork 228
Mapping
Stef Heyenrath edited this page Feb 16, 2021
·
9 revisions
WireMock.Net is controlled by mappings which define the Request and how this should be matched. And the Response is defined; what response should be returned.
Adding or updating mappings can be done via the
- REST Admin interface
- hard-coded via C# code
- Static Mappings
It's also possible to copy the mapping files in a folder so that these will be picked up when starting the WireMock.Net server.
Place the .json mappings files in __admin\mappings
folder.
For example, see this location.
- Home
- What is WireMock.Net
- WireMock.Org
- References
- Settings
- Admin REST API
- Proxying
- Stubbing
- Webhook
- Request Matching
- Response Templating
- Unit Testing
- Using WireMock
- Advanced
- Errors