コード例 #1
0
ファイル: MiscTest.cs プロジェクト: jakobyc/GuildWars2.NET
 public void GetIcon(string id)
 {
     AssertCall <Icon>(repository.GetIcon(id));
 }