log-parser
log-parser copied to clipboard
Allow asserts to use Matchers
It would make assertions easier if the log assertions could work with matchers
AssertLogData.assertLogMatches(String, ParseDefinitionEntry, Matcher)
And
AssertLogData.assertLogMatches(ParseDefinitionEntry, Matcher)