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

..03-May-2022-

format/H21-Nov-2018-

gbytes/H21-Nov-2018-

gexec/H21-Nov-2018-

ghttp/H21-Nov-2018-

gstruct/H21-Nov-2018-

internal/H21-Nov-2018-

matchers/H21-Nov-2018-

types/H21-Nov-2018-

.gitignoreH A D21-Nov-201836

.travis.ymlH A D21-Nov-2018385

CHANGELOG.mdH A D21-Nov-20185.8 KiB

CONTRIBUTING.mdH A D21-Nov-2018927

LICENSEH A D21-Nov-20181 KiB

README.mdH A D21-Nov-2018941

RELEASING.mdH A D21-Nov-2018776

go.modH A D21-Nov-2018555

go.sumH A D21-Nov-20182.1 KiB

gomega_dsl.goH A D21-Nov-201816.7 KiB

matchers.goH A D21-Nov-201817.3 KiB

README.md

1![Gomega: Ginkgo's Preferred Matcher Library](http://onsi.github.io/gomega/images/gomega.png)
2
3[![Build Status](https://travis-ci.org/onsi/gomega.svg?branch=master)](https://travis-ci.org/onsi/gomega)
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