@Test public void shouldHaveNewFragment() throws Exception { NewActivity newActivity = new NewActivity(); assertNotNull( newActivity.getSupportFragmentManager().findFragmentById( R.id.new_fragment ) ); }