文件名称:最小起订量:用于生成的接口模拟工具
文件大小:768KB
文件格式:ZIP
更新时间:2024-02-26 18:35:54
testing golang mocking codegen TestingGo
用于go生成的接口模拟工具。 什么是起订量? Moq是一种可从任何接口生成结构的工具。 该结构可以在测试代码中用作接口的模拟。 上图:Moq在右侧生成代码。 您可以在阅读更多内容。 正在安装 要开始使用Moq,只需运行go get: $ go get github.com/matryer/moq 用法 moq [flags] source-dir interface [interface2 [interface3 [...]]] -fmt string go pretty-printer: gofmt, goimports or noop (default gofmt) -ou
【文件预览】:
moq-master
----go.mod(145B)
----pkg()
--------moq()
----main.go(2KB)
----releasing.md(430B)
----.github()
--------workflows()
----go.sum(2KB)
----generate()
--------generate.go(277B)
--------generated.go(3KB)
----preview.png(726KB)
----example()
--------example.go(421B)
--------mockpersonstore_test.go(3KB)
----internal()
--------template()
--------registry()
----LICENSE(1KB)
----README.md(4KB)
----Makefile(48B)
----.goreleaser.yml(561B)
----.gitignore(298B)
----moq-logo.png(29KB)
----moq-logo-small.png(32KB)