Ejemplo n.º 1
0
 public void InventoryImageURLTest(int id, ImageServer.InventoryTypesWidth width, string expected)
 {
     Assert.Equal(expected, ImageServer.InventoryImageURL(id, width));
 }