An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# gomml: gomock matcher library

[![Build Status](https://travis-ci.com/utisam/gomml.svg?branch=master)](https://travis-ci.com/utisam/gomml)
[![Go Report Card](https://goreportcard.com/badge/github.com/utisam/gomml)](https://goreportcard.com/report/github.com/utisam/gomml)
[![codecov](https://codecov.io/gh/utisam/gomml/branch/master/graph/badge.svg)](https://codecov.io/gh/utisam/gomml)
[![GoDoc](https://godoc.org/github.com/utisam/gomml?status.svg)](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/)