MappingModels (#298)

* MappingModels

* WhiteSource Bolt

* 23
This commit is contained in:
Stef Heyenrath
2019-07-16 22:05:36 +02:00
committed by GitHub
parent c02b7ea5dc
commit af46a490a5
7 changed files with 21 additions and 10 deletions

View File

@@ -448,6 +448,8 @@ namespace WireMock.Net.ConsoleApplication
.WithHeader("Content-Type", "application/json")
.WithBodyAsJson(new { Id = "5bdf076c-5654-4b3e-842c-7caf1fabf8c9" }));
System.Console.WriteLine(JsonConvert.SerializeObject(server.MappingModels, Formatting.Indented));
System.Console.WriteLine("Press any key to stop the server");
System.Console.ReadKey();
server.Stop();