|
@@ -45,8 +45,8 @@
|
45
|
45
|
* Row 2 has `Tomato`
|
46
|
46
|
* Row 3 and beyond grows arbitrary vegetation.
|
47
|
47
|
|
48
|
|
- * 15 `Chicken` across 4 `ChickenCoop`
|
49
|
|
- * 10 `Horse` across 3 `Stable`.
|
|
48
|
+ * 16 `Chicken` across 4 `ChickenCoop`
|
|
49
|
+ * 9 `Horse` across 3 `Stable`.
|
50
|
50
|
* 2 `FarmVehicle`
|
51
|
51
|
* 1 `Aircraft`
|
52
|
52
|
* His sister, `Froilanda`, is a `Pilot`, who uses a `CropDuster`. She is not a `Farmer`.
|
|
@@ -55,7 +55,7 @@
|
55
|
55
|
|
56
|
56
|
|
57
|
57
|
# The Plot Thickens...
|
58
|
|
-* Create a test cases which simulate a typical work-week for `Froilan` and `Froilanda`.
|
|
58
|
+* Create a test cases which simulate a typical work-week for `Froilan`, `Froilanda`, and `Feelan`.
|
59
|
59
|
* The accumulation of your test cases should ensure at least 80% test coverage.
|
60
|
60
|
|
61
|
61
|
* The first few weekdays have already been considered for you.
|
|
@@ -67,8 +67,9 @@
|
67
|
67
|
* For breakfast,
|
68
|
68
|
* `Froilan` eats 1 `EarCorn`, 2 `Tomoato`, and 5 `Egg`.
|
69
|
69
|
* `Froilanda` eats 2 `EarCorn`, 1 `Tomoato`, and 2 `Egg`.
|
70
|
|
- * `Freelan` eats 5 `EarCorn`, 3 `Tomoato`, and 2 `Egg`.
|
|
70
|
+ * `Freelan` eats 3 `Tomoato`, and 2 `Egg`.
|
71
|
71
|
|
72
|
|
- * `Sunday`, `Froilan` and `Freelan` plant 3 different type of `Crop` in his first, second, and third `CropRow`.
|
|
72
|
+ * `Sunday`, `Froilan` and `Freelan` plant 3 different type of `Crop` in their first, second, and third `CropRow`.
|
73
|
73
|
* On `Monday`, his sister, `Froilanda` uses the `CropDuster` to `fly` over the `Field` and `fertilize` each of the `CropRow`
|
74
|
|
- * On `Tuesday`, `Froilan` uses his `Tractor` to `harvest` each `Crop` in each `CropRow`.
|
|
74
|
+ * On `Tuesday`, `Froilan` uses his `Tractor` to `harvest` each `Crop` in each `CropRow`. `Freelan` plants the last row.
|
|
75
|
+ * On `Wednesday`, `Freelan` uses the `CropDuster` to `fly` over the `Field` and `fertilize` the last `CropRow`
|