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.

  • Classes
    Class
    Description
    This class tests the behavior of the AddPerson program 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 a FamilyTree from one form to another.
    Unit test for FamilyTree DAO classes.
    This class tests the functionality of the Marriage class.
    This class tests the functionality of the Person class.
    This class tests the functionality of the various implementation of RemoteFamilyTree.
    This class tests the functionality of the implementors of RemoteMarriage.
    This class tests the functionality of implementors of RemotePerson.
    This is the abstract superclass for all of the remote family tree tests.
    This class tests the functionality of the TextDumper and TextParser classes.
    This class tests the functionality of the XmlDumper and XmlParser classes.