luet/vendor/github.com/onsi/gomega
Ettore Di Giacinto 420186b7db
Switch to go mod
2019-11-10 18:05:28 +01:00
..
format Switch to go mod 2019-11-10 18:05:28 +01:00
internal Switch to go mod 2019-11-10 18:05:28 +01:00
matchers Switch to go mod 2019-11-10 18:05:28 +01:00
types update vendor/ 2019-06-05 19:14:29 +02:00
.gitignore update vendor/ 2019-06-05 19:14:29 +02:00
.travis.yml Switch to go mod 2019-11-10 18:05:28 +01:00
CHANGELOG.md Switch to go mod 2019-11-10 18:05:28 +01:00
CONTRIBUTING.md update vendor/ 2019-06-05 19:14:29 +02:00
go.mod update vendor/ 2019-06-05 19:14:29 +02:00
go.sum update vendor/ 2019-06-05 19:14:29 +02:00
gomega_dsl.go Switch to go mod 2019-11-10 18:05:28 +01:00
LICENSE update vendor/ 2019-06-05 19:14:29 +02:00
Makefile update vendor/ 2019-06-05 19:14:29 +02:00
matchers.go Switch to go mod 2019-11-10 18:05:28 +01:00
README.md update vendor/ 2019-06-05 19:14:29 +02:00
RELEASING.md update vendor/ 2019-06-05 19:14:29 +02:00

Gomega: Ginkgo's Preferred Matcher Library

Build Status

Jump straight to the docs to learn about Gomega, including a list of all available matchers.

If you have a question, comment, bug report, feature request, etc. please open a GitHub issue.

Ginkgo: a BDD Testing Framework for Golang

Learn more about Ginkgo here

Community Matchers

A collection of community matchers is available on the wiki.

License

Gomega is MIT-Licensed

The ConsistOf matcher uses goraph which is embedded in the source to simplify distribution. goraph has an MIT license.