@Override
 public void destroyObject(final ExpensiveTestObject t) throws IOException {
   t.close();
 }