MCPcopy Index your code
hub / github.com/Comcast/react-data-grid / assertHeaderCells

Function assertHeaderCells

test/browser/virtualization.test.ts:62–64  ·  view source on GitHub ↗
(count: number, startIdx: number, endIdx: number)

Source from the content-addressed store, hash-verified

60}
61
62function assertHeaderCells(count: number, startIdx: number, endIdx: number) {
63 assertElements(getHeaderCells(), 'aria-colindex', count, startIdx + 1, endIdx + 1);
64}
65
66function assertHeaderCellIndexes(indexes: number[]) {
67 assertIndexes(getHeaderCells(), indexes, 'aria-colindex', 1);

Callers 1

Calls 2

getHeaderCellsFunction · 0.90
assertElementsFunction · 0.85

Tested by

no test coverage detected