@Test
 public void testOnResume() {
   presenter.onResume();
   verify(view).setText("This my other presenter!");
 }