Package edu.pdx.cs.joy.family
Class FamilyTreeDAOTest
java.lang.Object
edu.pdx.cs.joy.family.FamilyTreeDAOTest
Unit test for FamilyTree DAO classes.
Tests persistence of Person, Marriage, and FamilyTree objects to an H2 database.
-
Constructor Details
-
FamilyTreeDAOTest
public FamilyTreeDAOTest()
-
-
Method Details
-
setUp
- Throws:
SQLException
-
tearDown
- Throws:
SQLException
-
testPersistAndLoadSimpleFamilyTree
- Throws:
SQLException
-
testPersistMultipleGenerations
- Throws:
SQLException
-
testPersistPersonWithDates
- Throws:
SQLException
-
testLoadEmptyFamilyTree
- Throws:
SQLException
-
testPersistPersonWithoutParents
- Throws:
SQLException
-