commit | 46b44513044bd50403f97c8a56358c8d2feed441 | [log] [tgz] |
---|---|---|
author | Tim Jarratt <tjarratt@gmail.com> | Sun Feb 21 16:20:35 2016 -0800 |
committer | Tim Jarratt <tjarratt@gmail.com> | Sun Feb 21 16:35:52 2016 -0800 |
tree | bd1bb90a5263dd304d8d88d91e6ed1f0e54d586f | |
parent | 22d751277902f881e77ca3c65a0d3fead4bfc320 [diff] |
Add BeIdenticalTo matcher This aims to address issue #104. This should be quite similar to the BeSameInstanceAs matcher from Cedar, one of my personal favorites. Internally it uses the == operator, and should positively match primitive values as well as identical pointers to a value..
Jump straight to the docs to learn about Gomega, including a list of all available matchers.
To discuss Gomega and get updates, join the google group.
Learn more about Ginkgo here
Gomega is MIT-Licensed
The ConsistOf
matcher uses goraph which is embedded in the source to simplify distribution. goraph has an MIT license.