Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/higebu/matchers
Matchers for gomock
https://github.com/higebu/matchers
go gomock testing
Last synced: about 1 month ago
JSON representation
Matchers for gomock
- Host: GitHub
- URL: https://github.com/higebu/matchers
- Owner: higebu
- License: mit
- Created: 2020-11-18T09:05:55.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-13T21:05:44.000Z (10 months ago)
- Last Synced: 2024-10-04T19:44:25.631Z (4 months ago)
- Topics: go, gomock, testing
- Language: Go
- Homepage: https://github.com/higebu/matchers
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# matchers
[![PkgGoDev](https://pkg.go.dev/badge/github.com/higebu/matchers)](https://pkg.go.dev/github.com/higebu/matchers)
![test](https://github.com/higebu/matchers/workflows/test/badge.svg)
[![codecov](https://codecov.io/gh/higebu/matchers/branch/main/graph/badge.svg?token=BjCNXyokWM)](https://codecov.io/gh/higebu/matchers)
[![Go Report Card](https://goreportcard.com/badge/github.com/higebu/matchers)](https://goreportcard.com/report/github.com/higebu/matchers)Matchers for [gomock](https://pkg.go.dev/github.com/golang/mock/gomock)
# Usage
See [examples](https://pkg.go.dev/github.com/higebu/matchers#pkg-examples)