コード例 #1
0
ファイル: GameGuiTest.cs プロジェクト: dataartisan/Project2C
 public void DisplayPlayerItemsTest()
 {
     GameGui_Accessor target = new GameGui_Accessor(); // TODO: Initialize to an appropriate value
     target.DisplayPlayerItems();
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }