|
@@ -1,6 +1,6 @@
|
1
|
|
-#Part 1 Rotate Array
|
|
1
|
+# Part 1 Rotate Array
|
2
|
2
|
|
3
|
|
-###Objectives
|
|
3
|
+### Objectives
|
4
|
4
|
|
5
|
5
|
1. To demonstrate your understanding of objects and functions
|
6
|
6
|
2. To demonstrate your understanding of controlling execution
|
|
@@ -28,7 +28,7 @@ Make sure you test EVERY public method
|
28
|
28
|
1. In your unit test class, initialize your custom List with values
|
29
|
29
|
2. In your unit test class call the method that rotates your array
|
30
|
30
|
|
31
|
|
-#Part 2 Humans and Superhumans
|
|
31
|
+# Part 2 Humans and Superhumans
|
32
|
32
|
|
33
|
33
|
### Objectives
|
34
|
34
|
|
|
@@ -55,7 +55,7 @@ Make sure you test EVERY public method
|
55
|
55
|
2. Demonstrate calling methods inherited from Human on your SuperHuman instances
|
56
|
56
|
|
57
|
57
|
|
58
|
|
-#Part 3 Class Manager
|
|
58
|
+# Part 3 Class Manager
|
59
|
59
|
|
60
|
60
|
## Product Inventory Project
|
61
|
61
|
|