Documentation ¶
Index ¶
- type Assertion
- func (this *Assertion) AssertDeepEqual(expected, actual interface{}) bool
- func (this *Assertion) AssertEqual(expected, actual interface{}) bool
- func (this *Assertion) AssertFalse(value bool) bool
- func (this *Assertion) AssertNil(value interface{}) bool
- func (this *Assertion) AssertTrue(value bool) bool
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
}
func (*Assertion) AssertDeepEqual ¶
func (*Assertion) AssertEqual ¶
func (*Assertion) AssertFalse ¶
func (*Assertion) AssertTrue ¶
Click to show internal directories.
Click to hide internal directories.