Versions in this module Expand all Collapse all v1 v1.1.0 Mar 26, 2017 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