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

..03-May-2022-

format/H21-Nov-2018-1,025821

gbytes/H21-Nov-2018-1,016738

gexec/H21-Nov-2018-1,231839

ghttp/H21-Nov-2018-1,9601,409

gstruct/H21-Nov-2018-807574

internal/H21-Nov-2018-1,144926

matchers/H21-Nov-2018-5,7944,666

types/H21-Nov-2018-2717

.gitignoreH A D21-Nov-201836 65

.travis.ymlH A D21-Nov-2018385 2419

CHANGELOG.mdH A D21-Nov-20185.8 KiB12689

CONTRIBUTING.mdH A D21-Nov-2018927 1510

LICENSEH A D21-Nov-20181 KiB2117

README.mdH A D21-Nov-2018941 2211

RELEASING.mdH A D21-Nov-2018776 1311

go.modH A D21-Nov-2018555 1614

go.sumH A D21-Nov-20182.1 KiB2524

gomega_dsl.goH A D21-Nov-201816.7 KiB422184

matchers.goH A D21-Nov-201817.3 KiB428182

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