文件名称:typemoq:TypeScript的简单模拟库
文件大小:110KB
文件格式:ZIP
更新时间:2024-03-11 19:46:22
TypeScript
类型起订量 针对开发JavaScript的简单模拟库。 如果您之前使用过之类的库,则语法应该看起来很熟悉,否则下面的示例应有望提供足够的信息以帮助您快速入门。 特征 强类型 自动完成/智能支持 静态和动态模拟 模拟对象,类(带有参数),构造函数和接口 控制模拟行为 记录并重播期望 自动沙箱全局对象和类型 支持ECMAScript 5和6 支持node.js和浏览器 正在安装 发布版本 npm install typemoq 或将此NuGet依赖项添加到您的项目中: PM> Install-Package typemoq 分发目录应包含: 编译JavaScript: typemoq.js及其缩小版本typemoq-min.js TypeScript定义: typemoq.d.ts 开发版 npm install https://github.com/florinn/typemoq
【文件预览】:
typemoq-master
----.jshintrc(391B)
----.gitattributes(483B)
----src()
--------Api()
--------Match()
--------DynamicMock.ts(2KB)
--------GlobalMock.ts(1KB)
--------MethodCallReturn.ts(3KB)
--------Common()
--------InterceptorExecute.ts(5KB)
--------InterceptorContext.ts(1KB)
--------Proxy()
--------_all.ts(151B)
--------tsconfig.json(332B)
--------StaticMock.ts(3KB)
--------MethodCall.ts(5KB)
--------InterceptorSetup.ts(992B)
--------CurrentInterceptContext.ts(107B)
--------Consts.ts(331B)
--------GlobalScope.ts(3KB)
--------MockBase.ts(2KB)
--------Error()
--------typemoq.ts(507B)
--------InterceptorStrategies.ts(3KB)
----.travis.yml(98B)
----gulpfile.js(7KB)
----LICENSE(1KB)
----build()
--------postinstall.js(453B)
----test()
--------index.html(991B)
--------spec()
--------tsconfig.json(287B)
----README.md(32KB)
----typemoq.nuspec(1KB)
----.editorconfig(519B)
----.gitignore(679B)
----karma.conf-ci.js(2KB)
----karma.conf.js(2KB)
----CHANGELOG.md(5KB)
----package-lock.json(257KB)
----package.json(2KB)