https://github.com/utisam/gomml
Library of GoMock's matchers
https://github.com/utisam/gomml
golang gomock-matchers testing
Last synced: over 1 year ago
JSON representation
Library of GoMock's matchers
- Host: GitHub
- URL: https://github.com/utisam/gomml
- Owner: utisam
- License: mit
- Created: 2019-04-01T03:20:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-09T07:51:08.000Z (about 3 years ago)
- Last Synced: 2025-02-02T17:59:51.468Z (over 1 year ago)
- Topics: golang, gomock-matchers, testing
- Language: Go
- Homepage:
- Size: 73.2 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gomml: gomock matcher library
[](https://travis-ci.com/utisam/gomml)
[](https://goreportcard.com/report/github.com/utisam/gomml)
[](https://codecov.io/gh/utisam/gomml)
[](https://godoc.org/github.com/utisam/gomml)
`gomml` is a library of GoMock's matchers.
* To expect bcrypted hash (`golang.org/x/crypto/bcrypt`)
* To expect complex struct (`github.com/google/go-cmp/cmp`)
* To check consistency of parameters
* `time.Now()`
* `regexp`
See [examples](./examples/)