MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / sqlCellStatusBarProvider.unit.test.ts

File sqlCellStatusBarProvider.unit.test.ts

src/notebooks/deepnote/sqlCellStatusBarProvider.unit.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { assert } from 'chai';
2import { anything, instance, mock, verify, when } from 'ts-mockito';
3import { CancellationToken, CancellationTokenSource, EventEmitter, NotebookCell } from 'vscode';
4

Callers

nothing calls this directly

Calls 15

createMockCellFunction · 0.90
resetVSCodeMocksFunction · 0.90
createEventHandlerFunction · 0.90
applyEditMethod · 0.80
filterMethod · 0.80
cancelMethod · 0.65
getOriginalProjectMethod · 0.65
activateMethod · 0.65
onceMethod · 0.65
showInputBoxMethod · 0.65
resolveMethod · 0.65

Tested by

no test coverage detected