Package edu.pdx.cs.joy.family
package edu.pdx.cs.joy.family
This package contains unit tests for the family tree application that were developed using the JUnit testing framework.
-
ClassesClassDescriptionThis class tests the behavior of the
AddPersonprogram to ensure that I don't again suffer the kind of embarrassment I suffered in the Spring of 2002 when my students found a bunch of bugs in my code.This is the abstract superclass of classes that test family tree classes.This is the abstract superclass that tests the conversion of aFamilyTreefrom one form to another.Unit test for FamilyTree DAO classes.This class tests the functionality of theMarriageclass.This class tests the functionality of thePersonclass.This class tests the functionality of the various implementation ofRemoteFamilyTree.This class tests the functionality of the implementors ofRemoteMarriage.This class tests the functionality of implementors ofRemotePerson.This is the abstract superclass for all of the remote family tree tests.This class tests the functionality of theTextDumperandTextParserclasses.This class tests the functionality of theXmlDumperandXmlParserclasses.