|
Asper Header
1.0.14
The header injector extension
|
Comprehensive unit tests for the Darling character showcase system. More...
Go to the source code of this file.
Data Structures | |
| class | MockWebview |
| Mock implementation of VS Code webview 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 { Darling, Person } from '../modules/darling' | |
| name | __pad0__ |
| japanese_name | __pad1__ |
| romaji | __pad2__ |
| age | __pad3__ |
| quote | __pad4__ |
| description | __pad5__ |
| image_link | __pad6__ |
| height | __pad7__ |
| weight | __pad8__ |
| more_information | __pad9__ |
| type | __pad10__ |
| alias | __pad11__ |
Comprehensive unit tests for the Darling character showcase system.
This test suite provides extensive coverage for the Darling module, which manages the display of "Darling in the FranXX" characters in VS Code webview panels.
Test Coverage Areas:
Testing Strategy:
Definition in file darling.test.ts.
| name __pad0__ |
Definition at line 45 of file darling.test.ts.
| type __pad10__ |
Definition at line 55 of file darling.test.ts.
| alias __pad11__ |
Definition at line 56 of file darling.test.ts.
| japanese_name __pad1__ |
Definition at line 46 of file darling.test.ts.
| romaji __pad2__ |
Definition at line 47 of file darling.test.ts.
| age __pad3__ |
Definition at line 48 of file darling.test.ts.
| quote __pad4__ |
Definition at line 49 of file darling.test.ts.
| description __pad5__ |
Definition at line 50 of file darling.test.ts.
| image_link __pad6__ |
Definition at line 51 of file darling.test.ts.
| height __pad7__ |
Definition at line 52 of file darling.test.ts.
| weight __pad8__ |
Definition at line 53 of file darling.test.ts.
| more_information __pad9__ |
Definition at line 54 of file darling.test.ts.
| import* as assert from assert |
Definition at line 32 of file darling.test.ts.
| import { Darling, Person } from '../modules/darling' |
Definition at line 37 of file darling.test.ts.
| import* as os from os |
Definition at line 36 of file darling.test.ts.
| import* as path from path |
Definition at line 35 of file darling.test.ts.
Definition at line 34 of file darling.test.ts.
| import* as vscode from vscode |
Definition at line 33 of file darling.test.ts.