Home
last modified time | relevance | path

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

/development/tools/motion/motion_test_watcher_app/src/app/
Dapp.component.ts34 goldens: Golden[] = []; property in AppComponent
49 .subscribe((goldens) => (this.goldens = goldens));
57 .subscribe((goldens) => (this.goldens = goldens));
/development/tools/motion/motion_test_watcher_app/src/app/test-overview/
Dtest-overview.component.ts16 @Input() goldens: Golden[] = []; property in TestOverviewComponent
24 this.totalTestCount = this.goldens.length;
25 this.failingTestCount = this.goldens.filter(
33 return this.goldens.find((it) => it.id == this.selectedGoldenId);