vyacheslav-k
11/27/2017 - 4:59 AM

Espresso UI Tests

Check matches (сравнение текста в виджете и строковой переменной).

onView(withId(R.id.result))
            .check(matches(withText(R.string.empty_operands)));