Home
last modified time | relevance | path

Searched refs:expectedChildren (Results 1 – 2 of 2) sorted by relevance

/development/tools/winscope/src/viewers/common/operations/
Dflatten_children_test.ts60 const expectedChildren = []; constant
67 expectedChildren.push(firstChild);
76 expectedChildren.push(child);
85 expectedChildren.push(secondChild);
94 expectedChildren.push(child);
99 expect(hierarchyRoot.getAllChildren()).toEqual(expectedChildren);
/development/tools/winscope/src/test/unit/
Dtree_node_utils.ts208 const expectedChildren = expectedNode.getAllChildren(); constant
209 if (nodeChildren.length !== expectedChildren.length) return false;
213 const expectedChild = expectedChildren[i];