Ejemplo n.º 1
0
 public void CharacterImageURLTest(int id, ImageServer.CharacterWidth width, string expected)
 {
     Assert.Equal(expected, ImageServer.CharacterImageURL(id, width));
 }