Hint: In what order should I create my java files: Lab 12

27 Jun 2023 - 10:46 | Version 1 |
  • Item.java is your easiest program. Create it first
  • Then you want to test it before you go any further. So next would be ItemTests.java
  • Since you have the .class file for Inventory, you can edit the InventoryTests.java to test my code (which might fail you test, which is okay since that it the purpose of an test driver), or you can write Inventory.java
  • Once you have Inventory.java written, I recommend testing it with my InventoryTests first. Then test it with your version of it adapted.
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback
This website is using cookies. More info. That's Fine