mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-13 19:48:37 -05:00
New tests for NotebookServiceImpl module (#11250)
* Working tests Upto 97.5% coverage * pr feedback * pr feedback * pr feedback and test bug fixes + 1 new test * revert debug change
This commit is contained in:
@@ -106,12 +106,12 @@ export class NotebookModelStub implements INotebookModel {
|
||||
throw new Error('method not implemented.');
|
||||
}
|
||||
get onProviderIdChange(): vsEvent.Event<string> {
|
||||
throw new Error('method not impelemented.');
|
||||
throw new Error('method not implemented.');
|
||||
}
|
||||
toJSON(): nb.INotebookContents {
|
||||
throw new Error('Method not implemented.');
|
||||
}
|
||||
serializationStateChanged(changeType: NotebookChangeType): void {
|
||||
serializationStateChanged(changeType: NotebookChangeType, cell?: ICellModel): void {
|
||||
throw new Error('Method not implemented.');
|
||||
}
|
||||
get onActiveCellChanged(): vsEvent.Event<ICellModel> {
|
||||
|
||||
Reference in New Issue
Block a user