You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
941 B

  1. ![Gomega: Ginkgo's Preferred Matcher Library](http://onsi.github.io/gomega/images/gomega.png)
  2. [![Build Status](https://travis-ci.org/onsi/gomega.svg?branch=master)](https://travis-ci.org/onsi/gomega)
  3. Jump 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).
  4. If you have a question, comment, bug report, feature request, etc. please open a GitHub issue.
  5. ## [Ginkgo](http://github.com/onsi/ginkgo): a BDD Testing Framework for Golang
  6. Learn more about Ginkgo [here](http://onsi.github.io/ginkgo/)
  7. ## Community Matchers
  8. A collection of community matchers is available on the [wiki](https://github.com/onsi/gomega/wiki).
  9. ## License
  10. Gomega is MIT-Licensed
  11. The `ConsistOf` matcher uses [goraph](https://github.com/amitkgupta/goraph) which is embedded in the source to simplify distribution. goraph has an MIT license.