}
@Test
public void selfRemovingData() throws Exception {
Group gr = mock(Group.class);
TickCounter ticks = mock(TickCounter.class);
when(ticks.getTicks()).thenReturn(110);
int lifeTime = 100;
Storage storage = new Storage(gr, lifeTime, ticks);
storage.push(1, new Entity());