https://github.com/johejo/gomockhelper
gomock helper
https://github.com/johejo/gomockhelper
go golang gomock mock
Last synced: 6 months ago
JSON representation
gomock helper
- Host: GitHub
- URL: https://github.com/johejo/gomockhelper
- Owner: johejo
- License: mit
- Created: 2020-08-14T04:30:02.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2022-04-25T01:50:30.000Z (about 4 years ago)
- Last Synced: 2024-12-29T19:59:17.270Z (over 1 year ago)
- Topics: go, golang, gomock, mock
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gomockhelper
[](https://github.com/johejo/gomockhelper/actions?query=workflow%3Aci)
[](https://pkg.go.dev/github.com/johejo/gomockhelper)
[](https://codecov.io/gh/johejo/gomockhelper)
[](https://goreportcard.com/report/github.com/johejo/gomockhelper)
helpers for [gomock](https://github.com/golang/mock)
## Example
Expect all methods of the target mock with gomock. [test code](https://github.com/johejo/gomockhelper/blob/main/gomockhelper_test.go)
## License
MIT
## Author
Mitsuo Heijo (@johejo)