summaryrefslogtreecommitdiff
path: root/src/test/PhoneBookTest.java
AgeCommit message (Collapse)Author
2019-03-10Hash chain simulation done!Haidong Ji
Created test cases for the hash function. Tested the code by running the main function without writting test cases. I wish the starter code was written in a way that facilitated testing...
2019-03-09Phone book done!Haidong Ji
I cheated and didn't modify the starter code so it's testable. It seems that starter code in this course is not written as well as the first course.