Fix WildcardMatcher

This commit is contained in:
Stef Heyenrath
2017-02-05 11:35:13 +01:00
parent 4f000f8880
commit 8e1ceeb6b2
2 changed files with 14 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ namespace WireMock.Matchers
/// Gets the pattern.
/// </summary>
/// <returns>Pattern</returns>
public string GetPattern()
public virtual string GetPattern()
{
return _pattern;
}