|
Asper Header
1.0.14
The header injector extension
|
Mock implementation of VS Code webview panel for testing. More...

Public Member Functions | |
| constructor (public viewType:string, public title:string, public showOptions:vscode.ViewColumn, public options:vscode.WebviewPanelOptions &vscode.WebviewOptions) | |
| Constructs a new mock webview panel with specified configuration. | |
| constructor (public viewType:string, public title:string, public showOptions:vscode.ViewColumn, public options:vscode.WebviewPanelOptions &vscode.WebviewOptions) | |
| Constructs a new mock webview panel with specified configuration. | |
Data Fields | |
| webview | : MockWebview |
Mock implementation of VS Code webview panel for testing.
Definition at line 92 of file randomLogo.test.ts.
|
inline |
Constructs a new mock webview panel with specified configuration.
| viewType | The type identifier for the webview panel |
| title | The display title of the webview panel |
| showOptions | The column where the panel should be shown |
| options | Configuration options for the webview panel |
Definition at line 102 of file randomLogo.test.ts.
|
inline |
Constructs a new mock webview panel with specified configuration.
| viewType | The type identifier for the webview panel |
| title | The display title of the webview panel |
| showOptions | The column where the panel should be shown |
| options | Configuration options for the webview panel |
Definition at line 114 of file watermark.test.ts.
| webview MockWebviewPanel::__pad0__ |
Definition at line 93 of file randomLogo.test.ts.