コード例 #1
0
 public void SetUp()
 {
     sut = new ItemStock();
 }
コード例 #2
0
 public void SetUp()
 {
     sut = new ItemStock();
     sut.Add(item);
 }