Jacqueline Joson 3c81a66851 {stuck on tests, but still going} | 6 年之前 | |
---|---|---|
src | 6 年之前 | |
.gitignore | 6 年之前 | |
pom.xml | 6 年之前 | |
readme.md | 6 年之前 |
Inventory
classInventory
class to make it more maintainable and readablejava
folder in the test
directoryRun all with test coverage
Add test and make sure the line of code coverage is 100%.
DO NOT alter the Item class or Items property.
Note how hard it is to read this code. Your task is to refactor the code to make it more readable. First create a new branch called refactor
.
We have recently signed a supplier of conjured items. This requires an update to our system. First create a new branch called new-item
. Add a conjured
item.
Feel free to make any changes to the UpdateQuality method and add any new code as long as everything still works correctly.
This originated from Bobby Johnson's Blog.