Package edu.pdx.cs.joy.family
Class RemoteFamilyTreeTest
java.lang.Object
edu.pdx.cs.joy.family.RemoteTestCase
edu.pdx.cs.joy.family.RemoteFamilyTreeTest
This class tests the functionality of the various implementation of
RemoteFamilyTree.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidMethods inherited from class edu.pdx.cs.joy.family.RemoteTestCase
assertEquals, bind, fail, getFamilyName, getTree, setUp, tearDown, unbind
-
Constructor Details
-
RemoteFamilyTreeTest
public RemoteFamilyTreeTest()
-
-
Method Details
-
testCreatePerson
- Throws:
RemoteException
-
testCreatePersonBadGender
- Throws:
RemoteException
-
testGetPersonById
- Throws:
RemoteException
-
testGetNonexistingPersonById
- Throws:
RemoteException
-
testGetPersonByName
- Throws:
RemoteException
-
testGetPersonSameNameTwice
- Throws:
RemoteException
-
testGetNonexistingPersonByName
- Throws:
RemoteException
-
testCreateMarriage
- Throws:
RemoteException
-
testCreateMarriageNoSuchHusband
- Throws:
RemoteException
-
testCreateMarriageNoSuchWife
- Throws:
RemoteException
-
testCreateMarriageHusbandNotMale
- Throws:
RemoteException
-
testCreateMarriageWifeNotFemale
- Throws:
RemoteException
-
testGetExistingMarriage
- Throws:
RemoteException
-
testGetMarriageNoSuchHusband
- Throws:
RemoteException
-
testGetMarriageNoSuchWife
- Throws:
RemoteException
-
testGetMarriageNeverBeenMarried
- Throws:
RemoteException
-