kubernetes/vendor/github.com/onsi/gomega
Davanum Srinivas 0803ea49b9
update testing related dependencies
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2021-05-18 21:54:06 -04:00
..
format hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
gstruct hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
internal update testing related dependencies 2021-05-18 21:54:06 -04:00
matchers update testing related dependencies 2021-05-18 21:54:06 -04:00
types hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
.gitignore Move deps from _workspace/ to vendor/ 2016-05-08 20:30:21 -07:00
.travis.yml update testing related dependencies 2021-05-18 21:54:06 -04:00
CHANGELOG.md update testing related dependencies 2021-05-18 21:54:06 -04:00
CONTRIBUTING.md update gomega godep 2019-02-19 13:22:45 -08:00
go.mod update testing related dependencies 2021-05-18 21:54:06 -04:00
go.sum update testing related dependencies 2021-05-18 21:54:06 -04:00
gomega_dsl.go update testing related dependencies 2021-05-18 21:54:06 -04:00
LICENSE Move deps from _workspace/ to vendor/ 2016-05-08 20:30:21 -07:00
Makefile update gomega godep 2019-02-19 13:22:45 -08:00
matchers.go update testing related dependencies 2021-05-18 21:54:06 -04: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.