GithubTrending icon indicating copy to clipboard operation
GithubTrending copied to clipboard

Running tests throws Process finished with exit code 1 Class not found EmptyTestSuite

Open photizzo opened this issue 6 years ago • 3 comments

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.

photizzo avatar Aug 13 '18 14:08 photizzo

@emayoung run ./gradlew test in your project directory in the console. Then try again using Android studio

jeanPokou avatar Nov 05 '18 03:11 jeanPokou

@emayoung what version of Android Studio are you running? I can't see this from my side

hitherejoe avatar Nov 15 '18 00:11 hitherejoe

@emayoung check in your domain build.gradle if you have put the kotlin plugin instead of java plugin.

RenanSMoura avatar Dec 27 '18 18:12 RenanSMoura