Nhu Nguyen 01a6a7428b updated read me and added requirement | 6 years ago | |
---|---|---|
src | 6 years ago | |
.gitignore | 6 years ago | |
pom.xml | 6 years ago | |
readme.md | 6 years ago | |
requirement.md | 6 years ago |
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 or Inventory class.
Here are the requirements for the shop. Link This is optional reading, but it will help you create your tests.
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.