コード例 #1
0
 public void SellInShouldDecreaseBy1EachDay()
 {
     backStage.CalculateSellInValue();
     Assert.Equal(19, backStage.SellIn);
 }