Lines Matching refs:expectation
127 for (const expectation of expected) {
128 if (expectation.children) {
129 for (const expectedEdge of expectation.children) {
146 if (expectation.detachedness !== undefined) {
148 (node) => node.detachedness === expectation.detachedness);
152 `detachedness ${expectation.detachedness}, ` +
158 `${expectation.detachedness}, found ${matchedNodes.length}`);
179 for (const expectation of expected) {
180 if (expectation.children) {
181 for (const expectedEdge of expectation.children) {