Documentation / dotnet / Mapping
Mapping
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
Adding or updating mappings can be done via the
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.
See also the settings for more information about how to define the settings.