Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Assertion ¶
type Assertion struct {
// contains filtered or unexported fields
}
Assertion is an intermediate type, not to be instantiated directly.
func (*Assertion) Equals ¶
func (this *Assertion) Equals(expected interface{})
Equals asserts that the value provided is equal to the expected value.
func (*Assertion) IsFalse ¶
func (this *Assertion) IsFalse()
IsFalse asserts that the value provided to That is false.
Click to show internal directories.
Click to hide internal directories.