I can’t find any doc on Unit testing with a backendless project.
I’m trying to get very simple Unit testing working in Android Studio on Windows. I have included in my Gradle file what the Google doc tells me to include :
android
defaultConfig:
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"plus …
Dependencies :
androidTestCompile ‘com.android.support:support-annotations:23.2.1’
androidTestCompile ‘com.android.support.test:runner:0.4’
androidTestCompile ‘com.android.support.test:rules:0.4’
androidTestCompile ‘com.android.support.test.espresso:espresso-core:2.2.1’
androidTestCompile ‘com.android.support.test.uiautomator:uiautomator-v18:2.1.2’
but trying to run my test - or even the supplied example test, I get the error Build FailedTask ‘testClasses’ not found in project ‘:backendless’