/** {@inheritDoc} */
  @Override
  protected void afterTest() throws Exception {
    if (lru != null) lru.destruct();

    lru = null;
    mem = null;
  }