Ejemplo n.º 1
0
  @Test
  public void shouldInvalidateOnDelete() throws Exception {
    resource.removeRepresentations();

    verify(httpSession).invalidate();
  }