quality limites

This commit is contained in:
Sallah Kokaina 2019-11-01 17:20:57 +01:00
parent 220b20237a
commit 8157a26c4b
2 changed files with 3 additions and 4 deletions

View File

@ -18,8 +18,8 @@
-[x] "Backstage passes", like aged brie, increases in Quality as its SellIn value approaches;
-[x] Quality increases by 2 when there are 10 days or less and by 3 when there are 5 days or less but
-[x] Quality drops to 0 after the concert
-[ ] an item can never have its Quality increase above 50
-[] however "Sulfuras" is a legendary item and as such its Quality is 80 and it never alters.
-[x] an item can never have its Quality increase above 50
-[x] however "Sulfuras" is a legendary item and as such its Quality is 80 and it never alters.
## Technical Issues, with a balanced priority
-[ ]

View File

@ -126,7 +126,7 @@ public class GildedRoseTest {
@Nested
@DisplayName("Backstage passes")
class BaskstagePasses{
class BackstagePasses{
@Test
@DisplayName("Quality increases by 2 when there are 10 days or less and by 3 when there are 5 days or less but")
public void shouldIncreaseQualityBasedOnSellIn() {
@ -191,5 +191,4 @@ public class GildedRoseTest {
}
}
}