frizbog / gedcom4j

Java library for reading/writing genealogy files in GEDCOM format
http://gedcom4j.org
53 stars 36 forks source link

created tests to cover untested FamilyReference.java #173

Closed reckenrod closed 7 years ago

reckenrod commented 7 years ago

Tests the copy constructor for FamilyReference.java both when a FamilyReference has a Family and when it does not, as well as the correctness of the toString, equals, and hashCode methods.