Home
last modified time | relevance | path

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

/development/tools/motion/motion_test_watcher_app/src/app/test-overview/
Dtest-overview.component.ts20 failingTestCount = 0; property in TestOverviewComponent
25 this.failingTestCount = this.goldens.filter(
28 this.passingTestCount = this.totalTestCount - this.failingTestCount;