|
Asper Header
1.0.14
The header injector extension
|
Comprehensive test suite for AsperHeader extension core functionality. More...
Go to the source code of this file.
Variables | |
| import *as assert from | assert |
| import *as vscode from | vscode |
| import *as path from | path |
| import *as fs from fs | promises |
| import { moduleName } from '../constants' | |
Comprehensive test suite for AsperHeader extension core functionality.
This module provides the main test suite for validating the core functionality of the AsperHeader VS Code extension. It includes integration tests, API validation, and regression testing to ensure extension stability and reliability across different VS Code versions and operating environments.
Test Coverage:
Testing Framework: Uses VS Code's built-in testing framework with Mocha test runner for comprehensive integration testing within the actual VS Code environment.
Definition in file extension.test.ts.
| import* as assert from assert |
Definition at line 27 of file extension.test.ts.
| import { moduleName } from '../constants' |
Definition at line 31 of file extension.test.ts.
| import* as path from path |
Definition at line 29 of file extension.test.ts.
Definition at line 30 of file extension.test.ts.
| import* as vscode from vscode |
Definition at line 28 of file extension.test.ts.