-
Improvement
-
Resolution: Fixed
-
Minor
-
None
It would be nice for LoggerRule to provide methods so that log contents can easily be checked in tests, i.e.
assertThat(logRule, recorded(Level.WARN, equalTo("expected log message"))
It would be nice for LoggerRule to provide methods so that log contents can easily be checked in tests, i.e.
assertThat(logRule, recorded(Level.WARN, equalTo("expected log message"))