MCPcopy Create free account
hub / github.com/Dart-Code/Dart-Code / updateSuiteTestCountLabels

Method updateSuiteTestCountLabels

src/shared/test/test_model.ts:393–395  ·  view source on GitHub ↗
(suite: SuiteData, forceUpdate: boolean)

Source from the content-addressed store, hash-verified

391 }
392
393 public updateSuiteTestCountLabels(suite: SuiteData, forceUpdate: boolean) {
394 this.updateTestCountLabels(suite.node, forceUpdate, "DOWN");
395 }
396
397 /** Recomputes the test counts and labels for a node and its parent/children (based on `direction`). */
398 private updateTestCountLabels(node: RunnableTreeNode, forceUpdate: boolean, direction: "UP" | "DOWN"): void {

Callers 3

suiteDoneMethod · 0.95
rebuildFromOutlineMethod · 0.80

Calls 1

updateTestCountLabelsMethod · 0.95

Tested by

no test coverage detected