csi-driver-nfs/vendor/github.com/onsi/gomega
Jan Wozniak 0e6e8d1926 Update vendor from go modules
$ go mod tidy
$ go mod vendor
2020-02-02 15:55:23 +01:00
..
format update vendor files to kube 1.14 2019-04-23 15:42:44 -04:00
internal update vendor files to kube 1.14 2019-04-23 15:42:44 -04:00
matchers update vendor files to kube 1.14 2019-04-23 15:42:44 -04:00
types update vendor files to kube 1.14 2019-04-23 15:42:44 -04:00
.gitignore Update vendor from go modules 2020-02-02 15:55:23 +01:00
.travis.yml Update vendor from go modules 2020-02-02 15:55:23 +01:00
CHANGELOG.md Update vendor from go modules 2020-02-02 15:55:23 +01:00
CONTRIBUTING.md Update vendor from go modules 2020-02-02 15:55:23 +01:00
LICENSE update vendor files to kube 1.14 2019-04-23 15:42:44 -04:00
Makefile Update vendor from go modules 2020-02-02 15:55:23 +01:00
README.md Update vendor from go modules 2020-02-02 15:55:23 +01:00
RELEASING.md Update vendor from go modules 2020-02-02 15:55:23 +01:00
go.mod Update vendor from go modules 2020-02-02 15:55:23 +01:00
go.sum Update vendor from go modules 2020-02-02 15:55:23 +01:00
gomega_dsl.go update vendor files to kube 1.14 2019-04-23 15:42:44 -04:00
matchers.go update vendor files to kube 1.14 2019-04-23 15:42:44 -04:00

README.md

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.