clearMocks():
void
Defined in: mocks.ts:88
恢复上述 mock 安装的真实传输/元数据。
void
mockConvertFileSrc(
fn):void
Defined in: mocks.ts:79
覆盖 convertFileSrc,用于资源 URL 断言。
(filePath, protocol?) => string
void
mockIPC(
cb):void
Defined in: mocks.ts:43
把页面的 invoke 传输换成内存处理器,让前端逻辑无需后端即可单测。
IpcHandler
void
mockWindows(...
labels):void
Defined in: mocks.ts:59
注入窗口元数据(currentWindow/currentWebview 的 label 等)——Window.getCurrent() / Webview.getCurrent() 读取的形态。
...string[]
void