@Test public void welcomeTextClickShouldToastUser() throws Exception { welcomeText.performClick(); assertThat(getTextOfLatestToast(), equalTo(getResourceString(R.string.WELCOME_TOAST))); }