コード例 #1
0
  @Test
  public void testClose() throws IOException {

    target.close();

    verify(delegate).close();
  }