Change your test method to ``` @Test fun mainA...
# android
p
Change your test method to
Copy code
@Test
    fun mainActivityTest() {
        mActivityTestRule.activity.myApplication.user
    }
It will start working correctly.