Skip to content

3.4.0 - assertNotLogged() and other conveniences

Compare
Choose a tag to compare
@waschmittel waschmittel released this 25 Feb 15:23
· 45 commits to master since this release
  • Added assertNotLogged(...) for asserting that no matching log message has been logged
  • Added more factory methods for warn(...), error(...) as a shortcut to ignore the message when matching
  • Added any(...) factory method for matching any log message regardless of level