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

..03-May-2022-

format/H12-Mar-2019-1,025821

gbytes/H12-Mar-2019-1,016738

gexec/H12-Mar-2019-1,233839

ghttp/H12-Mar-2019-1,9601,409

gstruct/H12-Mar-2019-1,054773

internal/H12-Mar-2019-1,144926

matchers/H12-Mar-2019-5,8714,732

types/H12-Mar-2019-2717

.gitignoreH A D12-Mar-201936 65

.travis.ymlH A D12-Mar-2019223 1813

CHANGELOG.mdH A D12-Mar-20196 KiB13795

CONTRIBUTING.mdH A D12-Mar-2019927 1510

LICENSEH A D12-Mar-20191 KiB2117

MakefileH A D12-Mar-2019135 75

README.mdH A D12-Mar-2019941 2211

RELEASING.mdH A D12-Mar-2019776 1311

go.modH A D12-Mar-2019555 1614

go.sumH A D12-Mar-20192.1 KiB2524

gomega_dsl.goH A D12-Mar-201917.5 KiB430183

matchers.goH A D12-Mar-201917.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