Browse Source

Update 'README.md'

Kristofer Younger 6 years ago
parent
commit
d733dda8f1
1 changed files with 5 additions and 2 deletions
  1. 5
    2
      README.md

+ 5
- 2
README.md View File

1
 # PhoneBook Lab
1
 # PhoneBook Lab
2
 
2
 
3
-* Fork and clone this repository to complete your lab. Submit each part with a Pull Request for a separate branch.
3
+Write the classes needed to implement a very simple PhoneBook. 
4
+
5
+* Fork and clone this repository to complete your lab. Submit with a Pull Request.
4
 
6
 
5
 ## Unit Tests
7
 ## Unit Tests
6
 
8
 
7
 * You are expected to write unit tests for your code.
9
 * You are expected to write unit tests for your code.
10
+* You must have a Test class for every class you write.
8
 * Be sure to write the tests before implementing the functionality being tested.
11
 * Be sure to write the tests before implementing the functionality being tested.
9
 * Tests must be thorough and address all possible paths through each method.
12
 * Tests must be thorough and address all possible paths through each method.
10
 
13
 
11
 ## Submission
14
 ## Submission
12
 
15
 
13
-* Your completed lab must be submitted via GitHub.
16
+* Your completed lab must be submitted via git pull request from your own fork.
14
 * Labs are not complete unless they include UML diagrams of all implemented classes, as well as unit tests for all features.
17
 * Labs are not complete unless they include UML diagrams of all implemented classes, as well as unit tests for all features.
15
 
18
 
16
 ## Instructions:
19
 ## Instructions: