コード例 #1
0
 public void FactionImageURLTest(int id, ImageServer.FactionWidth width, string expected)
 {
     Assert.Equal(expected, ImageServer.FactionImageURL(id, width));
 }