24 packages tagged with “matcher”
GraphQL support for WireMock.Net
MultiPart Mime support for WireMock.Net using MimeKitLite
.NET port of Hamcrest, a matcher library with some extra matchers
ProtoBuf and gRPC support for WireMock.Net
Simple URL matcher library allowing you to match based on explicit string or parameters
Equivalency based argument matcher for NSubstitute
A CSharpCodeMatcher which can be used to match WireMock.Net Requests using C# code.
Adapter for xunit for using NHamcrest library
VariableKeywordMatcher is a C# library offering several string-keyword matchers, they allow you match keyword by Initials\Chinese PinYin(plugin needed)\Japanese Romaji(plugin needed)... You can get the keyword hit position that allow you to highlight the matched words.
VariableKeywordMatcher.Provider.JapaneseRomaji is the Chinese PinYin Initials matcherVariableKeywordMatcher(plugin) for VariableKeywordMatcher. e.g. "NH" will hit "你好".
VariableKeywordMatcher.Provider.JapaneseRomaji is the Chinese PinYin matcher(plugin) for VariableKeywordMatcher. e.g. "nihao" will hit "你好".
Adapter for NUnit for using NHamcrest library
VariableKeywordMatcherIn1 is a C# library offering several string-keyword matchers(English + PinYin), they allow you match keyword by Initials\Chinese PinYin\Japanese Romaji(plug-in needed)... You can get the keyword hit position that allow you to highlight the matched words.
VariableKeywordMatcher.Provider.JapaneseRomaji is the Japanese Romaji matcher(plugin) for VariableKeywordMatcher or VariableKeywordMatcherIn1. e.g. "konni" will hit "こんにちは".
PhoneticMatching C# project.
A tiny package for one call password hash (sha2) generator and matcher. Simple Do var h = new Hasher(); var hash = h.getHash("abcd"); var salt = h.Salt; Now you can store salt and hash. To match simply do: var h2 = new Hasher(salt); h2.match(stringToCheck, hash); // returns true or false
Name Comparison with lots of features
The library allows you to match a URL to a pattern. How it works - we break the url pattern into parts And we match each non-empty part with a similar one from the URL. You can specify Wildcard: * or ~ Where * is any character set within the group (schema, host, port, path, parameter, anchor) Where ~ any character set within a group segment (host, path) Only supply parts of the URL you care about. Parts left out will match anything. E.g. if you don’t care about the host, then leave it out.
A proof-of-concept implementation of a pattern matching engine for C#.
Binaries for the PatternMatcher library. Visit https://github.com/tejacques/PatternMatcher for an overview and usage examples.
Highlight list of keywords against a string
A fluent pattern matching library for .NET that provides powerful matchers for values, collections, and dictionaries. Includes automatic pattern generation via source generators for record types.
Package Description
Jest Matcher Utils (jest-matcher-utils) binding library for Bridge.NET projects.