文件名称:ts-mockito:TypeScript的模拟库
文件大小:52KB
文件格式:ZIP
更新时间:2024-02-27 01:39:17
testing typescript stub mocking mockito
ts-mockito 受启发的TypeScript模拟库 1.x到2.x的迁移指南 主要特点 强类型 IDE自动完成 模拟创建( mock )(也是抽象类) spy真实对象( spy ) 通过以下方式更改模拟行为( when ): thenReturn返回值 thenThrow引发错误 thenCall调用自定义方法 thenResolve解决诺言 thenReject拒绝诺言 检查是否使用给定参数调用了方法( verify ) anything , notNull , anyString , anyOfClass等-更灵活的对比 once , twice , times