6364656667686970717273
*/ @Test public void multipleSprites() { Sprite david = new Sprite() { }; david.occupy(center); // now David is the top most sprite. assertThat(center.topSprite(), equalTo(david)); // but john is still there too.