|
Asper Header
1.0.14
The header injector extension
|
Comprehensive unit tests for the RandomLogo ASCII art management 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 { RandomLogo, logo } from '../modules/randomLogo' | |
Comprehensive unit tests for the RandomLogo ASCII art management system.
This test suite provides extensive coverage for the RandomLogo module, which manages the discovery, selection, and display of ASCII art logos stored in text files.
Test Coverage Areas:
Testing Strategy:
Definition in file randomLogo.test.ts.
| import* as assert from assert |
Definition at line 32 of file randomLogo.test.ts.
| import { RandomLogo, logo } from '../modules/randomLogo' |
Definition at line 37 of file randomLogo.test.ts.
| import* as os from os |
Definition at line 36 of file randomLogo.test.ts.
| import* as path from path |
Definition at line 35 of file randomLogo.test.ts.
Definition at line 34 of file randomLogo.test.ts.
| import* as vscode from vscode |
Definition at line 33 of file randomLogo.test.ts.