kubernetes/vendor/github.com/onsi/gomega
Patrick Ohly e6ad2f2f23 dependencies: update to gomega v1.23.0 and ginkgo v2.4.0 and dependencies
Gomega adds support for formatting extensions and StopTrying in matchers.
Ginkgo enhances DeferCleanup.

This also triggered an update of other dependencies.
2022-10-28 12:50:09 +02:00
..
format dependencies: update to gomega v1.23.0 and ginkgo v2.4.0 and dependencies 2022-10-28 12:50:09 +02:00
gmeasure dependencies: update to gomega v1.22.1 and ginkgo v2.3.1 2022-10-17 12:12:54 +02:00
gstruct Bump kube-openapi to the latest 2022-06-29 11:47:18 +08:00
internal dependencies: update to gomega v1.23.0 and ginkgo v2.4.0 and dependencies 2022-10-28 12:50:09 +02:00
matchers dependencies: update to gomega v1.22.1 and ginkgo v2.3.1 2022-10-17 12:12:54 +02:00
types dependencies: update to gomega v1.23.0 and ginkgo v2.4.0 and dependencies 2022-10-28 12:50:09 +02:00
.gitignore dependencies: update to gomega v1.23.0 and ginkgo v2.4.0 and dependencies 2022-10-28 12:50:09 +02:00
CHANGELOG.md dependencies: update to gomega v1.23.0 and ginkgo v2.4.0 and dependencies 2022-10-28 12:50:09 +02:00
CONTRIBUTING.md update gomega godep 2019-02-19 13:22:45 -08:00
gomega_dsl.go dependencies: update to gomega v1.23.0 and ginkgo v2.4.0 and dependencies 2022-10-28 12:50:09 +02:00
LICENSE
matchers.go dependencies: update to gomega v1.22.1 and ginkgo v2.3.1 2022-10-17 12:12:54 +02:00
README.md Bump kube-openapi to the latest 2022-06-29 11:47:18 +08:00
RELEASING.md dependencies: update to gomega v1.22.1 and ginkgo v2.3.1 2022-10-17 12:12:54 +02:00
tools Bump kube-openapi to the latest 2022-06-29 11:47:18 +08:00

Gomega: Ginkgo's Preferred Matcher Library

test

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.