Ver código fonte

Update README.md

Git-Leon 7 anos atrás
pai
commit
ef07b342ae
Nenhuma conta conectada ao e-mail do autor de commit
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0
    1
      README.md

+ 0
- 1
README.md Ver arquivo

16
 * Create a `TestPerson` class.
16
 * Create a `TestPerson` class.
17
 	* Create a `testConstructor` method which ensures that a `Person` object's `id` field is being set upon construction.
17
 	* Create a `testConstructor` method which ensures that a `Person` object's `id` field is being set upon construction.
18
 	* Create a `testSetName` method which ensures that a `Person` object's `name` variable is being set by invoking the `.setName` method.
18
 	* Create a `testSetName` method which ensures that a `Person` object's `name` variable is being set by invoking the `.setName` method.
19
-	* Create a `testConstructor` method which ensures that a `Person` object's `name` variable is being set by invoking the `Person` constructor.
20
 
19
 
21
 -
20
 -
22
 ### Part 2.0 - Create `Learner` Interface
21
 ### Part 2.0 - Create `Learner` Interface