|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTestCase
fable.test.AdtTest
public class AdtTest
Constructor Summary | |
---|---|
AdtTest()
|
Method Summary | |
---|---|
void |
setUp()
|
void |
testAddChildNormal()
testAddChildNormal: test addChild() method of FableComponent. |
void |
testAddChildTryCyclic()
testAddChildTryCyclic: test addChild() method of FableComponent. |
void |
testAddChildTryDuplicate()
testAddchildTryDuplicate: test addChild() method of FableComponent. |
void |
testGetChildrenFromLinear()
testGetChildrenFromLinear: test getChildren() method of Fablecomponent. |
void |
testGetChildrenFromTree()
testGetChildrenFromTree: test getChildren() method of FableComponent. |
void |
testGetChildrenOfNoChild()
testGetChildrenOfNoChild: test getChildren() method of FableComponent. |
void |
testGetDate()
testGetDate: test getDate() method of FableComponent. |
void |
testGetDescendantsGroup()
testGetDescendantsGroup: test getDescendants() method of FableComponent. |
void |
testGetDescendantsSimple()
testGetDescendantsSimple: test getDescendants() method of FableComponent. |
void |
testGetPositionChangeOfParent()
test getPosition() when there is a chnage in parent. |
void |
testGetPositionFromSimpleTree()
|
void |
testGetPositionNullParent()
|
void |
testGetPositionWhenGetStuck()
|
void |
testGetTitle()
testGetTitle: test getTitle() method of FableCompoentn. |
void |
testMoveDown()
test moveDown() method. |
void |
testMoveUp()
test moveUp() method. |
void |
testRemoveChild()
|
void |
testSetParentLinear()
testSetParentLinear: test setParent() method of FableComponent. |
void |
testSetParentTree()
testSetParentTree: test setParent() method of FableComponent. |
void |
testSetParentTryCyclic()
testSetParentTryCyclic: test setParent() method of FableComponent. |
void |
testSetParentTryDuplicate()
testSetParentTryDuplicate: test setParent() method of FableComponent. |
void |
testSetPosition()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdtTest()
Method Detail |
---|
public void setUp()
public void testGetDate()
public void testGetTitle()
public void testSetParentLinear()
public void testSetParentTree()
public void testSetParentTryCyclic()
public void testSetParentTryDuplicate()
public void testGetChildrenOfNoChild()
public void testGetChildrenFromLinear()
public void testGetChildrenFromTree()
public void testAddChildNormal()
public void testAddChildTryDuplicate()
public void testAddChildTryCyclic()
public void testGetDescendantsSimple()
public void testGetDescendantsGroup()
public void testGetPositionNullParent()
public void testGetPositionFromSimpleTree()
public void testGetPositionWhenGetStuck()
public void testGetPositionChangeOfParent()
public void testMoveUp()
public void testMoveDown()
public void testSetPosition()
public void testRemoveChild()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |