示例#1
0
 @Test
 public void shouldCallFinishAfterSavingPerson() {
   activity.save(null);
   assertThat(activity.isFinishing(), is(true));
 }