@Override public void tearDown() throws Exception { super.tearDown(); eventCounter.removeAll(); }
@SmallTest public void testRemoveAll() { eventCounter.removeAll(); Map<String, ?> map = eventCounter.getAll(); assertTrue(map.size() == 0); }