Esempio n. 1
0
  @Test
  public void testRemoveScenarist() throws Exception {
    Responsible toRemove = entity.getScenarists().iterator().next();
    scenarists.remove(toRemove);
    entity.removeScenarist(toRemove);

    assertEquals(scenarists, entity.getScenarists());
  }