eviltester / blogcomments

1 stars 0 forks source link

post/junit/using-both-junit-4-and-5/ #42

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

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/

danielaliberato commented 2 years ago

how can I do it for Android Project in Kotlin ?