public void TestActorsInFrontOf() { IAvatar avatar = m_atlas.GetAvatars()[0]; List <GameActorPosition> results = m_atlas.ActorsInFrontOf(avatar).ToList(); Assert.IsType <Background>(results[0].Actor); Assert.IsType <Apple>(results[1].Actor); }