Task :testDebugUnitTest SKIPPED

Viewed 22

I am using kotlin, there is a file i want to test located at
src/main/kotlin/com/appName/appSubName/someName/processor/ProcessorCheck.kt
and test file at
src/test/java/com/appName/appSubName/someName/processor/ProcessorCheckTest.kt
when I try to run Individual test or run all test it shows me this

Task :testDebugUnitTest SKIPPED Skipping: testDebugUnitTest

and fails to run those test and shows "Test events were not received"

0 Answers
Related