|
@@ -54,9 +54,7 @@ Make sure you test EVERY public method
|
54
|
54
|
1. In your unit test initialize a human and superhuman instances
|
55
|
55
|
2. Demonstrate calling methods inherited from Human on your SuperHuman instances
|
56
|
56
|
|
57
|
|
-#Part 3 Class Manager
|
58
|
|
-
|
59
|
|
-## Product Inventory Project
|
|
57
|
+#Part 3 Product Inventory Project
|
60
|
58
|
|
61
|
59
|
## Objectives
|
62
|
60
|
|
|
@@ -81,8 +79,7 @@ Unit test in place before proceeding with code
|
81
|
79
|
2. Demonstrate calling methods on your manager
|
82
|
80
|
3. Print all output to screen
|
83
|
81
|
|
84
|
|
-#Part 4
|
85
|
|
-# Class Manager
|
|
82
|
+#Part 4 Class Manager
|
86
|
83
|
|
87
|
84
|
## Product Inventory Project
|
88
|
85
|
|