No tests found for given includes Error, when running Parameterized Unit test in Android Studio

Add to your build.gradle:

test {
    useJUnitPlatform()
}

Leave a Comment