Hi, I’m writing unit tests for a kotlin-only modul...
# test
p
Hi, I’m writing unit tests for a kotlin-only module in my android project, and when I try to run tests I get message
Class not found: <test class path> Empty test suite.
JRE is configured to be 1.8 (which is default for my module), also JUnit 4.12. Do you have any suggestions to what I could’ve missed?
ok, seems like the issue is occuring only when using Android Studio 3.0 Beta 3, I can still run those tests from terminal and I can live with that 😄
e
Sometimes I have it also. After refresh, clean it starts working
p
also having this on AS 2.3.3