Bläddra i källkod

Update README.md

Git-Leon 6 år sedan
förälder
incheckning
5f635b2363
No account linked to committer's email
1 ändrade filer med 7 tillägg och 1 borttagningar
  1. 7
    1
      README.md

+ 7
- 1
README.md Visa fil

@@ -35,6 +35,7 @@
35 35
 	* `ChickenCoop` stores many `Chicken`
36 36
 	* `Farm` stores many `Stable`, many `DogHouse`, and a single `FarmHouse`
37 37
 
38
+# Establishing The Plot
38 39
 
39 40
 * `Froilan`, a `Farmer` has a `Farm` consisting of
40 41
 	* 1 `Field` of 5 `CropRow`.
@@ -50,8 +51,13 @@
50 51
 	* His sister, `Froilanda`, is a `Pilot` who uses a `CropDuster`.
51 52
 
52 53
 
54
+
53 55
 # The Plot Thickens...
54
-* Create a separate Test class for each day in the following scenario...
56
+* Create a test cases which simulate a typical work-week for `Froilan` and `Froilanda`.
57
+	* The accumulation of your test cases should ensure at least 80% test coverage.
58
+
59
+* The first few weekdays have already been considered for you.
60
+* Create a separate Test class for each day in the following scenario.
55 61
 * As a farmer, Froilan must stick to a rigorous agricultural routine.
56 62
 	* Every morning, `Froilan` and `Froilanda` begin their morning by
57 63
 		* Riding each `Horse` in each `Stable`.