Méthode |
Description |
|
setup ( ) : void |
SetUp for test cases |
|
testAddNode ( ) : void |
SetUp for AddNode |
|
testGetChildError ( ) : void |
SetUp for getChild |
|
testGetDataWithDisabledISAndGroupingEnabled ( ) : void |
Tests getData() method when DisableIS is true and navigation tree
grouping enabled. |
|
testGetDataWithEnabledISAndGroupingDisabled ( ) : void |
Tests getData() method when DisableIS is false and navigation tree
grouping disabled. |
|
testGetDataWithEnabledISAndGroupingEnabled ( ) : void |
Tests getData() method when DisableIS is false and navigation tree
grouping enabled. |
|
testGetPresenceWithDisabledIS ( ) : void |
Tests the getPresence method when DisableIS is true |
|
testGetPresenceWithEnabledISAndGroupingDisabled ( ) : void |
Tests the getPresence method when DisableIS is false and navigation tree
grouping disabled. |
|
testGetPresenceWithEnabledISAndGroupingEnabled ( ) : void |
Tests the getPresence method when DisableIS is false and navigation tree
grouping enabled. |
|
testGetWhereClause ( ) : void |
Tests private method _getWhereClause() |
|
testHasSiblingsForNodesAtLevelThree ( ) : void |
It is expected that Node->hasSiblings() method always return true
for Nodes that are 3 levels deep (columns and indexes). |
|
testHasSiblingsWithNoSiblings ( ) : void |
Tests whether Node->hasSiblings() method returns false
when the node does not have any siblings. |
|
testHasSiblingsWithSiblings ( ) : void |
Tests whether Node->hasSiblings() method returns true
when it actually has siblings. |
|
testNodeHasChildren ( ) : void |
SetUp for hasChildren |
|
testNumChildren ( ) : void |
SetUp for numChildren |
|
testParents ( ) : void |
SetUp for parents |
|
testRealParent ( ) : void |
SetUp for realParent |
|
testRemoveNode ( ) : void |
SetUp for getChild |
|