mock-static Don't mock static: test Timber Logger with trees Learn how to create custom Timber Tree to test log outputs in unit tests. Mocking Timber, unit testing logs.
mock-static Don't mock static: test SLF4J Logger with appenders Do you want to assert that SLF4J actually logged warn with proper message? Check this guide on how to mock logger in tests, in Kotlin and Java.