|
Asper Header
1.0.14
The header injector extension
|
Comprehensive unit tests for the processConfiguration module. More...
Go to the source code of this file.
Data Structures | |
| class | MockWorkspaceConfiguration |
| Mock workspace configuration for testing VS Code integration. More... | |
Variables | |
| import *as assert from | assert |
| import *as vscode from | vscode |
| import { CodeConfig, CodeConfigType } from '../modules/processConfiguration' | |
| import *as CONST from | constants |
Comprehensive unit tests for the processConfiguration module.
This test suite provides exhaustive validation of the Configuration class and CodeConfig singleton, covering all aspects of configuration management including:
Test Structure:
The test suite uses VS Code's test framework and includes proper mocking of VS Code APIs to ensure isolated, deterministic testing without external dependencies.
Definition in file processConfiguration.test.ts.
| import* as assert from assert |
Definition at line 38 of file processConfiguration.test.ts.
| import* as CONST from constants |
Definition at line 41 of file processConfiguration.test.ts.
| import { CodeConfig, CodeConfigType } from '../modules/processConfiguration' |
Definition at line 40 of file processConfiguration.test.ts.
| import* as vscode from vscode |
Definition at line 39 of file processConfiguration.test.ts.