コード例 #1
0
 @Test
 public void testOnResume() {
   presenter.onResume();
   verify(view).setText("This my other presenter!");
 }