@Test public void shouldHaveWelcomeText() throws Exception { TextView welcomeText = (TextView) activity.findViewById(R.id.welcome_text_view); assertViewIsVisible(welcomeText); }