Margaret Pierse 181344e001 added id test and methods for id and price | 6 年之前 | |
---|---|---|
.gitignore | 6 年之前 | |
MainApplication.java | 6 年之前 | |
Product.java | 6 年之前 | |
ProductTest.java | 6 年之前 | |
README.md | 6 年之前 | |
package.bluej | 6 年之前 |
Create an application which manages an inventory of products. Create a product class which has a price, id, and quantity on hand. Then create an inventory class which keeps track of various products and can sum up the inventory value.
UML is required Unit test in place before proceeding with code