MartinKoleff / KareFitnessApp

Android fitness app made in Jetpack Compose.
MIT License
4 stars 0 forks source link

TestSuite not recognizing any tests in project #66

Open MartinKoleff opened 2 months ago

MartinKoleff commented 2 months ago

Fix test suite not recognizing and finding any tests. Maybe migrate to Kotlin DSL from Gradle Groovy.

MartinKoleff commented 1 month ago

JUnit 5 is not fully supported thus most Android developers still use JUnit 4 for testing. The official android page for TestSuite was deleted.