Gradle Test Run :avalon-platform:avalon-web:test

TreeUtilsTest

summary

26

tests

0

failures

0

skipped

0.283s

duration

100%

successful

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