MCPcopy Create free account
hub / github.com/angular/components / table-data-source.spec.ts

File table-data-source.spec.ts

src/material/table/table-data-source.spec.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import {MatTableDataSource} from './table-data-source';
2import {ComponentFixture, fakeAsync, TestBed, tick} from '@angular/core/testing';
3import {MatSort, MatSortModule} from '@angular/material/sort';
4import {Component, ViewChild, ChangeDetectionStrategy} from '@angular/core';

Callers

nothing calls this directly

Calls 3

testSortWithValuesFunction · 0.85
disconnectMethod · 0.45
connectMethod · 0.45

Tested by

no test coverage detected