spiegel_podman/vendor/github.com/onsi/gomega
Jhon Honce d7256be807 Enhance bindings for IDE hints
* Follow https://pkg.go.dev/cmd/go#hdr-Generate_Go_files_by_processing_source
  for leading comment
* Add godoc strings for all exposed methods for IDE support
* Copy field godoc strings into generated code as function godoc string
* Remove unused/unnecessary fields from generator.go structures
* Cleanup code regarding template usage

Signed-off-by: Jhon Honce <jhonce@redhat.com>
2021-09-14 07:47:24 -07:00
..
format Bump github.com/onsi/gomega from 1.11.0 to 1.12.0 2021-05-06 08:07:07 +00:00
gbytes Bump github.com/onsi/gomega from 1.11.0 to 1.12.0 2021-05-06 08:07:07 +00:00
gexec Bump github.com/onsi/gomega from 1.13.0 to 1.14.0 2021-07-08 12:23:01 +00:00
gstruct Enhance bindings for IDE hints 2021-09-14 07:47:24 -07:00
internal Bump github.com/onsi/gomega from 1.14.0 to 1.15.0 2021-08-06 12:21:04 +00:00
matchers Bump github.com/onsi/gomega from 1.15.0 to 1.16.0 2021-08-23 12:23:29 +00:00
types Bump github.com/onsi/gomega from 1.14.0 to 1.15.0 2021-08-06 12:21:04 +00:00
.gitignore Cirrus: add vendor_check_task 2019-02-06 11:14:06 +01:00
.travis.yml Bump github.com/onsi/gomega from 1.10.5 to 1.11.0 2021-03-08 08:54:47 -05:00
CHANGELOG.md Bump github.com/onsi/gomega from 1.15.0 to 1.16.0 2021-08-23 12:23:29 +00:00
CONTRIBUTING.md Cirrus: add vendor_check_task 2019-02-06 11:14:06 +01:00
docker-compose.yaml Bump github.com/onsi/gomega from 1.10.5 to 1.11.0 2021-03-08 08:54:47 -05:00
Dockerfile Bump github.com/onsi/gomega from 1.10.5 to 1.11.0 2021-03-08 08:54:47 -05:00
go.mod Bump github.com/onsi/gomega from 1.15.0 to 1.16.0 2021-08-23 12:23:29 +00:00
go.sum Bump github.com/onsi/gomega from 1.15.0 to 1.16.0 2021-08-23 12:23:29 +00:00
gomega_dsl.go Bump github.com/onsi/gomega from 1.15.0 to 1.16.0 2021-08-23 12:23:29 +00:00
LICENSE Cirrus: add vendor_check_task 2019-02-06 11:14:06 +01:00
Makefile Bump github.com/onsi/gomega from 1.10.5 to 1.11.0 2021-03-08 08:54:47 -05:00
matchers.go Bump github.com/onsi/gomega from 1.15.0 to 1.16.0 2021-08-23 12:23:29 +00:00
README.md Bump github.com/onsi/gomega from 1.13.0 to 1.14.0 2021-07-08 12:23:01 +00:00
RELEASING.md Cirrus: add vendor_check_task 2019-02-06 11:14:06 +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.