• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/H07-Jul-2021-

format/H07-Jul-2021-

gbytes/H07-Jul-2021-

gexec/H07-Jul-2021-

ghttp/H07-Jul-2021-

gmeasure/H07-Jul-2021-

gstruct/H07-Jul-2021-

internal/H07-Jul-2021-

matchers/H07-Jul-2021-

types/H07-Jul-2021-

.gitignoreH A D07-Jul-202136

.travis.ymlH A D07-Jul-2021195

CHANGELOG.mdH A D07-Jul-202110.3 KiB

CONTRIBUTING.mdH A D07-Jul-2021927

DockerfileH A D07-Jul-202117

LICENSEH A D07-Jul-20211 KiB

MakefileH A D07-Jul-20211.1 KiB

README.mdH A D07-Jul-2021973

RELEASING.mdH A D07-Jul-2021776

docker-compose.yamlH A D07-Jul-2021146

env.goH A D07-Jul-2021914

go.modH A D07-Jul-2021197

go.sumH A D07-Jul-20219 KiB

gomega_dsl.goH A D07-Jul-202122.4 KiB

matchers.goH A D07-Jul-202119.9 KiB

README.md

1![Gomega: Ginkgo's Preferred Matcher Library](http://onsi.github.io/gomega/images/gomega.png)
2
3[![test](https://github.com/onsi/gomega/actions/workflows/test.yml/badge.svg)](https://github.com/onsi/gomega/actions/workflows/test.yml)
4
5Jump straight to the [docs](http://onsi.github.io/gomega/) to learn about Gomega, including a list of [all available matchers](http://onsi.github.io/gomega/#provided-matchers).
6
7If you have a question, comment, bug report, feature request, etc. please open a GitHub issue.
8
9## [Ginkgo](http://github.com/onsi/ginkgo): a BDD Testing Framework for Golang
10
11Learn more about Ginkgo [here](http://onsi.github.io/ginkgo/)
12
13## Community Matchers
14
15A collection of community matchers is available on the [wiki](https://github.com/onsi/gomega/wiki).
16
17## License
18
19Gomega is MIT-Licensed
20
21The `ConsistOf` matcher uses [goraph](https://github.com/amitkgupta/goraph) which is embedded in the source to simplify distribution.  goraph has an MIT license.
22