316317318319320321322323
format.format(new Statistics[] {beforeGC, afterGC}, out); } catch (IOException e) { throw new AssertionError(e); } assertTrue("Minimum key value should be greater after garbage collection.", afterGC.minimum() >= beforeGC.minimum()); } }
319320321322323324325326