You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/WireMock.Net.Abstractions/Server/IWireMockServer.cs
+4-2
Original file line number
Diff line number
Diff line change
@@ -215,14 +215,16 @@ public interface IWireMockServer : IDisposable
215
215
/// This can be used if you have 1 or more <see cref="MappingModel"/> defined and want to register these in WireMock.Net directly instead of using the fluent syntax.
/// This can be used if you the mappings as json string defined and want to register these in WireMock.Net directly instead of using the fluent syntax.
224
+
/// This can be used if you've the mappings as json string defined and want to register these in WireMock.Net directly instead of using the fluent syntax.
224
225
/// </summary>
225
226
/// <param name="mappings">The mapping(s) as json string.</param>
0 commit comments