kubernetes/vendor/github.com/onsi/gomega
Patrick Ohly 27b9a9c238 vendor: update gomega to v1.7.0
Updated to keep both Ginkgo and Gomega at the latest releases.
2019-10-04 21:38:51 +02:00
..
format vendor: update gomega to v1.7.0 2019-10-04 21:38:51 +02:00
gstruct vendor: update gomega to v1.7.0 2019-10-04 21:38:51 +02:00
internal vendor: update gomega to v1.7.0 2019-10-04 21:38:51 +02:00
matchers vendor: update gomega to v1.7.0 2019-10-04 21:38:51 +02:00
types update gomega godep 2019-02-19 13:22:45 -08:00
.gitignore
.travis.yml vendor: update gomega to v1.7.0 2019-10-04 21:38:51 +02:00
BUILD Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
CHANGELOG.md vendor: update gomega to v1.7.0 2019-10-04 21:38:51 +02:00
CONTRIBUTING.md update gomega godep 2019-02-19 13:22:45 -08:00
go.mod update gomega godep 2019-02-19 13:22:45 -08:00
go.sum update gomega godep 2019-02-19 13:22:45 -08:00
gomega_dsl.go vendor: update gomega to v1.7.0 2019-10-04 21:38:51 +02:00
LICENSE
Makefile update gomega godep 2019-02-19 13:22:45 -08:00
matchers.go vendor: update gomega to v1.7.0 2019-10-04 21:38:51 +02:00
README.md update gomega godep 2019-02-19 13:22:45 -08:00
RELEASING.md update gomega godep 2019-02-19 13:22:45 -08: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.