Documentation
¶
Index ¶
- Variables
- type T
- func (t *T) CheckError(actual error, expected interface{}) bool
- func (t *T) Contains(haystack, needle string) bool
- func (t *T) Equal(expected, actual interface{}, opts ...cmp.Option) bool
- func (t *T) Len(actual interface{}, length int) bool
- func (t *T) Nil(actual interface{}) bool
- func (t *T) NotEqual(expected, actual interface{}, opts ...cmp.Option) bool
- func (t *T) NotNil(actual interface{}) bool
- func (t *T) Panics(f func(), msgContains string) bool
Constants ¶
This section is empty.
Variables ¶
View Source
var ShortStringLength = 50
Functions ¶
This section is empty.
Types ¶
type T ¶
func (*T) CheckError ¶
Click to show internal directories.
Click to hide internal directories.