Open utterances-bot opened 3 years ago
When migrating from JUnit 4 to JUnit 5, we might want to take a gradual approach to migration and allow both JUnit 4 and JUnit 5 code in the same project. We can do that with the vintage dependency.
https://www.eviltester.com/post/junit/using-both-junit-4-and-5/
how can I do it for Android Project in Kotlin ?
Using Both JUnit 4 and Junit 5 - EvilTester.com
When migrating from JUnit 4 to JUnit 5, we might want to take a gradual approach to migration and allow both JUnit 4 and JUnit 5 code in the same project. We can do that with the vintage dependency.
https://www.eviltester.com/post/junit/using-both-junit-4-and-5/