mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-10 10:53:32 +02:00
PartialMapping : SimMetrics.Net
This commit is contained in:
@@ -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()
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user