verifyMocks();
}
public void shouldCreateANewGlyphWithListenersToItWhenGameIsStarted() throws Exception {
Heartbeat heartbeat = new StubHeartbeat();
Mock glyphFactoryMock = mock(GlyphFactory.class);
Mock glyphListener = mock(GlyphListener.class);
glyphFactoryMock.expects("nextGlyph")