PartialMapping : SimMetrics.Net

This commit is contained in:
Stef Heyenrath
2017-02-04 21:32:45 +01:00
parent ec2d105db2
commit 44f00cb9fa
22 changed files with 349 additions and 176 deletions

View File

@@ -205,7 +205,7 @@ namespace WireMock.Server
},
RequestMatchResult = new LogRequestMatchModel
{
Matched = logEntry.RequestMatchResult.Matched,
MatchScore = logEntry.RequestMatchResult.MatchScore,
Total = logEntry.RequestMatchResult.Total
}
};
@@ -392,7 +392,7 @@ namespace WireMock.Server
return new MatcherModel
{
Name = matcher.GetType().Name,
Name = matcher.GetName(),
Pattern = matcher.GetPattern()
};
}