Documentation
¶
Index ¶
- type T
- func (t *T) AssertEqualsInt(expected, actual int)
- func (t *T) AssertEqualsString(expected, actual string)
- func (t *T) AssertFalse(val bool)
- func (t *T) AssertGreaterInt(first, second int)
- func (t *T) AssertGreaterOrEqualInt(first, second int)
- func (t *T) AssertInstanceOf(expected, actual interface{})
- func (t *T) AssertLessInt(first, second int)
- func (t *T) AssertLessOrEqualInt(first, second int)
- func (t *T) AssertNil(val interface{})
- func (t *T) AssertNotError(err error)
- func (t *T) AssertTrue(val bool)
- func (t *T) ExpectError(err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type T ¶
func (*T) AssertEqualsInt ¶
func (*T) AssertEqualsString ¶
func (*T) AssertFalse ¶
func (*T) AssertGreaterInt ¶
func (*T) AssertGreaterOrEqualInt ¶
func (*T) AssertInstanceOf ¶
func (t *T) AssertInstanceOf(expected, actual interface{})
func (*T) AssertLessInt ¶
func (*T) AssertLessOrEqualInt ¶
func (*T) AssertNotError ¶
func (*T) AssertTrue ¶
func (*T) ExpectError ¶
Click to show internal directories.
Click to hide internal directories.