Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( BeChronological = wrap(should.BeChronological) BeEmpty = wrap(should.BeEmpty) BeFalse = wrap(should.BeFalse) BeGreaterThan = wrap(should.BeGreaterThan) BeGreaterThanOrEqualTo = wrap(should.BeGreaterThanOrEqualTo) BeIn = wrap(should.BeIn) BeLessThan = wrap(should.BeLessThan) BeLessThanOrEqualTo = wrap(should.BeLessThanOrEqualTo) BeNil = wrap(should.BeNil) BeTrue = wrap(should.BeTrue) Contain = wrap(should.Contain) EndWith = wrap(should.EndWith) Equal = wrap(should.Equal) HappenAfter = wrap(should.HappenAfter) HappenBefore = wrap(should.HappenBefore) HappenOn = wrap(should.HappenOn) HappenWithin = wrap(should.HappenWithin) HaveLength = wrap(should.HaveLength) Panic = wrap(should.Panic) StartWith = wrap(should.StartWith) WrapError = wrap(should.WrapError) )
View Source
var NOT negated
NOT (a singleton) constrains all negated assertions to their own namespace.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.