Esempio n. 1
0
  @Test
  public void testRemoveActor() throws Exception {
    Role toRemove = entity.getActors().iterator().next();
    actors.remove(toRemove);
    entity.removeActor(toRemove.getActor());

    assertEquals(actors, entity.getActors());
  }