Erik
03/11/2020, 9:19 AMclearAllMocks()
and unmockkAll()
all the time in my tests. I have JUnit rules and a base class that applies these rules correctly for this. Would it be valuable/helpful to contribute these rules and possibly such a base test class to the MockK repo? And if so, does this go in regular MockK submodule? Because I'm on Android and I'm talking about unit tests, I use JUnit 4, and I see that this is already a dependency through JUnit 5's vintage test runner system. But to add JUnit 4 rules to the MockK API, do we need to include JUnit 4 as a direct dependency too?