adobe/log-parser

Allow asserts to use Matchers

baubakg opened this issue · 0 comments

It would make assertions easier if the log assertions could work with matchers
AssertLogData.assertLogMatches(String, ParseDefinitionEntry, Matcher)
And
AssertLogData.assertLogMatches(ParseDefinitionEntry, Matcher)