type Assertion …
type vetinari …
func NewAssertion(actualInput interface{ … }
func (assertion *Assertion) WithOffset(offset int) types.Assertion { … }
func (assertion *Assertion) Error() types.Assertion { … }
func (assertion *Assertion) Should(matcher types.GomegaMatcher, optionalDescription ...interface{ … }
func (assertion *Assertion) ShouldNot(matcher types.GomegaMatcher, optionalDescription ...interface{ … }
func (assertion *Assertion) To(matcher types.GomegaMatcher, optionalDescription ...interface{ … }
func (assertion *Assertion) ToNot(matcher types.GomegaMatcher, optionalDescription ...interface{ … }
func (assertion *Assertion) NotTo(matcher types.GomegaMatcher, optionalDescription ...interface{ … }
func (assertion *Assertion) buildDescription(optionalDescription ...interface{ … }
func (assertion *Assertion) match(matcher types.GomegaMatcher, desiredMatch bool, optionalDescription ...interface{ … }
func (assertion *Assertion) vetActuals(optionalDescription ...interface{ … }
func (assertion *Assertion) vetError(optionalDescription ...interface{ … }
func vetActuals(actuals []interface{ … }