I try to run Kotlin instrumentation tests for android.
In my app/build.gradle:
android { dataBinding { enabled = true
The error message displayed when I delete the @Test method.
You can try to put a @Test method and run
@Test public void signInTest() { }