@Test
 public void shouldInitializeListViewInOnCreate() {
   shadow.callOnCreate(null);
   assertThat(activity.getListView()).isNotNull();
 }