G …
Gradle, JUpiter, Kotlin and Mockito aboard the same boat
Introduction
When you create a new Android project, Android Studio generates the boilerplate you need to quickstart it. It generates the first screen files, the Gradle configuration and some tests based on JUnit4. Today we will migrate these tests to the new JUnit platform with JUpiter , the new JUnit API.
Read more Details