kubernetes/vendor/github.com/onsi/gomega
Patrick Ohly c8f9ebfb72 dependencies: gomega v1.30.0 + ginkgo v2.13.2
The new gomega.BeTrueBecause and gomega.BeFalseBecause are going to be useful
for https://github.com/kubernetes/kubernetes/issues/105678.
2023-12-19 16:18:05 +01:00
..
format dependencies: ginkgo v2.13.0, gomega v1.28.0 2023-10-09 19:27:06 +02:00
gcustom dependencies: ginkgo v2.13.0, gomega v1.28.0 2023-10-09 19:27:06 +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: ginkgo v2.9.1, gomega v1.27.4 2023-03-14 22:26:27 +01:00
matchers dependencies: gomega v1.30.0 + ginkgo v2.13.2 2023-12-19 16:18:05 +01:00
types dependencies: update gomega to v1.26.0 2023-01-25 09:55:50 +01:00
.gitignore dependencies: ginkgo v2.13.0, gomega v1.28.0 2023-10-09 19:27:06 +02:00
CHANGELOG.md dependencies: gomega v1.30.0 + ginkgo v2.13.2 2023-12-19 16:18:05 +01:00
CONTRIBUTING.md update gomega godep 2019-02-19 13:22:45 -08:00
gomega_dsl.go dependencies: gomega v1.30.0 + ginkgo v2.13.2 2023-12-19 16:18:05 +01:00
LICENSE Move deps from _workspace/ to vendor/ 2016-05-08 20:30:21 -07:00
matchers.go dependencies: gomega v1.30.0 + ginkgo v2.13.2 2023-12-19 16:18:05 +01:00
README.md Bump kube-openapi to the latest 2022-06-29 11:47:18 +08:00
RELEASING.md dependencies: update to ginkgo v2.6.1, gomega v1.24.2 2022-12-20 07:55:51 +01: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.