LachlanMcKee / timber-junit-rule

A highly configurable JUnit Rule that outputs Timber logs to standard output
MIT License
44 stars 2 forks source link

Support for JUnit 5? #13

Open PRosenb opened 4 years ago

PRosenb commented 4 years ago

Hi @LachlanMcKee ,

Thanks for this library, I had it in use on multiple apps. Now with migrating to Junit 5 we need an other approach with a Junit 5 extension. Are you planning to implement that in this library?

A Guide to JUnit 5 Extensions

Cheers

LachlanMcKee commented 4 years ago

Hi @PRosenb I will take a look :)

Glad to hear that it's been useful!

thecodeside commented 4 years ago

@LachlanMcKee I rewrote your library in Kotlin for JUnit5. Hope that you don't mind. https://github.com/thecodeside/timber-junit5-extension

@PRosenb this should solve your problems.