Add some more tests

This commit is contained in:
Stef Heyenrath
2018-03-14 21:24:20 +01:00
parent c2183ab40c
commit 15500a812c
10 changed files with 202 additions and 9 deletions

View File

@@ -147,7 +147,7 @@ namespace WireMock.Serialization
return newDictionary;
}
private static string[] Map<T>([CanBeNull] IEnumerable<Func<T, bool>> funcs)
{