Versions in this module Expand all Collapse all v2 v2.0.0 Jul 12, 2016 Changes in this version + type Assertion struct + func New(actualInput interface{}, fail types.GomegaFailHandler, offset int, ...) *Assertion + func (assertion *Assertion) NotTo(matcher types.GomegaMatcher, optionalDescription ...interface{}) bool + func (assertion *Assertion) Should(matcher types.GomegaMatcher, optionalDescription ...interface{}) bool + func (assertion *Assertion) ShouldNot(matcher types.GomegaMatcher, optionalDescription ...interface{}) bool + func (assertion *Assertion) To(matcher types.GomegaMatcher, optionalDescription ...interface{}) bool + func (assertion *Assertion) ToNot(matcher types.GomegaMatcher, optionalDescription ...interface{}) bool