mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-25 01:38:27 +02:00
PartialMapping : SimMetrics.Net
This commit is contained in:
@@ -17,5 +17,16 @@ namespace WireMock.Matchers
|
||||
public WildcardMatcher([NotNull] string pattern, bool ignoreCase = false) : base("^" + Regex.Escape(pattern).Replace(@"\*", ".*").Replace(@"\?", ".") + "$", ignoreCase)
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets the name.
|
||||
/// </summary>
|
||||
/// <returns>
|
||||
/// Name
|
||||
/// </returns>
|
||||
public new string GetName()
|
||||
{
|
||||
return "WildcardMatcher";
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user