}
@Test
public void shouldGetGarbageCollectionData() throws Exception {
target.event(
new EventScheduler() {
@Override
public void schedule(long delay, TimeUnit timeUnit) {
assertEquals(TimeUnit.SECONDS.toMillis(10), timeUnit.toMillis(delay));
schedules++;
}