Updated WireMock as a standalone process (markdown)

Stef Heyenrath
2017-06-19 08:49:38 +02:00
parent 89a6695a69
commit 00d886e26d

@@ -22,7 +22,8 @@ class Program
{ {
static void Main(string[] args) static void Main(string[] args)
{ {
var settings = new FluentMockServerSettings { }; // see source code for all the possible properties // see source code for all the possible properties
var settings = new FluentMockServerSettings { };
bool allowPartialMapping = true; bool allowPartialMapping = true;
StandAloneApp.Start(settings, allowPartialMapping); StandAloneApp.Start(settings, allowPartialMapping);