Riccardo Montagnin
03/06/2019, 3:42 PMactual
classes for the android instrumented tests? Right now I'm putting them into androidTest
, but they are executed as unit tests. If I try running gradle checkConnected
I get the following error:
Expected object 'XYZ' has no actual declaration in module
How should I configure the project to have instrumented tests?Kris Wong
03/06/2019, 4:26 PMRiccardo Montagnin
03/06/2019, 6:31 PM