}
@Test
public void lessThanOneUpdatePerSecond() throws Exception
{
animation = new MockAnimation(0.5, new MockPanel());
animation.update();
assertEquals(false, animation.isReady());
animation.getTimer().moveMarkBackInTime(oneSecond);
assertEquals(false, animation.isReady());