public void ShouldIncrease() { for (int i = 2; i < 10000; ++i) { CartItem.IncreaseAmountOn(1); CartItem.GetAmount().Should().Be(i); } }