Home
last modified time | relevance | path

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

/development/tools/motion/motion_test_watcher_app/src/app/test-overview/
Dtest-overview.component.ts18 totalTestCount = 0; property in TestOverviewComponent
24 this.totalTestCount = this.goldens.length;
28 this.passingTestCount = this.totalTestCount - this.failingTestCount;