| Child |
Name |
Tests |
Failures |
Skipped |
Duration |
Success rate |
| buildTree_shouldCreateCorrectTreeStructure() |
buildTree_shouldCreateCorrectTreeStructure() |
1 |
0 |
0 |
0.075s |
100% |
| buildTree_shouldHandleNodeWithoutChildrenGetter() |
buildTree_shouldHandleNodeWithoutChildrenGetter() |
1 |
0 |
0 |
0.009s |
100% |
| buildTree_shouldReturnEmptyListForNullOrEmptyInput() |
buildTree_shouldReturnEmptyListForNullOrEmptyInput() |
1 |
0 |
0 |
0.002s |
100% |
| buildTree_shouldTreatOrphanNodeAsRoot() |
buildTree_shouldTreatOrphanNodeAsRoot() |
1 |
0 |
0 |
0.006s |
100% |
| filterTree_shouldCopyInheritedFieldsAndIgnoreStaticFields() |
filterTree_shouldCopyInheritedFieldsAndIgnoreStaticFields() |
1 |
0 |
0 |
0.021s |
100% |
| filterTree_shouldExcludeNodesWithoutMatchingDescendants() |
filterTree_shouldExcludeNodesWithoutMatchingDescendants() |
1 |
0 |
0 |
0.001s |
100% |
| filterTree_shouldFilterCorrectly() |
filterTree_shouldFilterCorrectly() |
1 |
0 |
0 |
0.012s |
100% |
| filterTree_shouldHandleNullChildren() |
filterTree_shouldHandleNullChildren() |
1 |
0 |
0 |
0.007s |
100% |
| filterTree_shouldReturnEmptyListForEmptyTree() |
filterTree_shouldReturnEmptyListForEmptyTree() |
1 |
0 |
0 |
0.005s |
100% |
|
filterTree_shouldReturnOriginalNodeWhenCopyFails()
|
filterTree_shouldReturnOriginalNodeWhenCopyFails() |
1 |
0 |
0 |
0.011s |
100% |
| findNode_shouldReturnCorrectNode() |
findNode_shouldReturnCorrectNode() |
1 |
0 |
0 |
0.001s |
100% |
| findNode_shouldReturnNullForNullTree() |
findNode_shouldReturnNullForNullTree() |
1 |
0 |
0 |
0.007s |
100% |
| findNode_shouldReturnNullWhenNotFound() |
findNode_shouldReturnNullWhenNotFound() |
1 |
0 |
0 |
0.012s |
100% |
| findNodeById_shouldReturnCorrectNode() |
findNodeById_shouldReturnCorrectNode() |
1 |
0 |
0 |
0.001s |
100% |
| findNodeById_shouldReturnNullWhenNotFound() |
findNodeById_shouldReturnNullWhenNotFound() |
1 |
0 |
0 |
0.001s |
100% |
| findNodes_shouldReturnAllMatchingNodes() |
findNodes_shouldReturnAllMatchingNodes() |
1 |
0 |
0 |
0.007s |
100% |
| findNodes_shouldReturnEmptyListForEmptyTree() |
findNodes_shouldReturnEmptyListForEmptyTree() |
1 |
0 |
0 |
0.007s |
100% |
| flattenTree_shouldHandleEmptyTree() |
flattenTree_shouldHandleEmptyTree() |
1 |
0 |
0 |
0.001s |
100% |
| flattenTree_shouldReturnFlatList() |
flattenTree_shouldReturnFlatList() |
1 |
0 |
0 |
0.004s |
100% |
| getMaxDepth_shouldReturnCorrectDepth() |
getMaxDepth_shouldReturnCorrectDepth() |
1 |
0 |
0 |
0.001s |
100% |
| getMaxDepth_shouldReturnZeroForEmptyTree() |
getMaxDepth_shouldReturnZeroForEmptyTree() |
1 |
0 |
0 |
0.001s |
100% |
| getNodePath_shouldReturnCorrectPath() |
getNodePath_shouldReturnCorrectPath() |
1 |
0 |
0 |
0.008s |
100% |
| getNodePath_shouldReturnEmptyListForNullTree() |
getNodePath_shouldReturnEmptyListForNullTree() |
1 |
0 |
0 |
0.002s |
100% |
| getNodePath_shouldReturnEmptyListWhenNotFound() |
getNodePath_shouldReturnEmptyListWhenNotFound() |
1 |
0 |
0 |
0.009s |
100% |
| traverseTree_shouldIgnoreNullTree() |
traverseTree_shouldIgnoreNullTree() |
1 |
0 |
0 |
0.003s |
100% |
| traverseTree_shouldVisitAllNodes() |
traverseTree_shouldVisitAllNodes() |
1 |
0 |
0 |
0.007s |
100% |