@Test
  public void testClose() throws IOException {

    target.close();

    verify(delegate).close();
  }