GithubTrending
GithubTrending copied to clipboard
Running tests throws Process finished with exit code 1 Class not found EmptyTestSuite
I'm trying to run test included in the domain layer but all of them fails with this error
Process finished with exit code 1 Class not found: "co.joebirch.domain.interactor.bookmark.BookmarkProjectTest"Empty test suite.
@emayoung run ./gradlew test
in your project directory in the console. Then try again using Android studio
@emayoung what version of Android Studio are you running? I can't see this from my side
@emayoung check in your domain build.gradle if you have put the kotlin plugin instead of java plugin.