-
Notifications
You must be signed in to change notification settings - Fork 10
Problem 1
sparsecoder edited this page Jan 17, 2013
·
6 revisions
Populate the Person.name field in the Person constructor. (tcpl/src/main/java/Person.java ) Build the code and run the tests. If they pass, commit and push to github.
BONUS: Add a test that constructs a person with a name and an age. Assert that the age of the person is correct. Implement the necessary code in the Person class. Build the code and run the tests. If they pass, commit. Look at all your code so far, can you improve/simplify/clean it? If you make any edits Build and test again, and commit and push to github if your tests pass. (tcpl/src/test/java/PersonTest.java)