Join Slack
Powered by
hi. today i tried instrumentation tests in kotlin ...
# android
b
bodo
10/24/2015, 7:47 AM
hi. today i tried instrumentation tests in kotlin with espresso, but the code completion is not working as expected. e.g. if i want to use the
onView
function i had to manually add
import android.support.test.espresso.Espresso.onView
otherwise it will not be found. anyone else having this problem?
2
Views
Open in Slack
Previous
Next