|
Asper Header
1.0.14
The header injector extension
|
Comprehensive unit tests for the Watermark ASCII art signature system. More...
Go to the source code of this file.
Data Structures | |
| class | MockWebview |
| Mock implementation of VS Code webview for testing. More... | |
| class | MockWebviewPanel |
| Mock implementation of VS Code webview panel for testing. More... | |
Variables | |
| import *as assert from | assert |
| import *as vscode from | vscode |
| import *as fs from fs | promises |
| import *as path from | path |
| import *as os from | os |
| import { Watermark, watermark } from '../modules/watermark' | |
| fontName | __pad0__ |
Comprehensive unit tests for the Watermark ASCII art signature system.
This test suite provides extensive coverage for the Watermark module, which manages the display of ASCII art author signatures and watermarks in VS Code webview panels.
Test Coverage Areas:
Testing Strategy:
Definition in file watermark.test.ts.
| fontName __pad0__ |
Definition at line 45 of file watermark.test.ts.
| import* as assert from assert |
Definition at line 32 of file watermark.test.ts.
Definition at line 37 of file watermark.test.ts.
| import* as os from os |
Definition at line 36 of file watermark.test.ts.
| import* as path from path |
Definition at line 35 of file watermark.test.ts.
Definition at line 34 of file watermark.test.ts.
| import* as vscode from vscode |
Definition at line 33 of file watermark.test.ts.