Documentation ¶
Index ¶
- Variables
- type StackInfo
- type T
- func (t *T) AssertEOF(err error)
- func (t *T) AssertEqual(a, b any)
- func (t *T) AssertEqualStrings(a, b string)
- func (t *T) AssertError(err error)
- func (t *T) AssertErrorEquals(expected, actual error)
- func (t *T) AssertNoError(err error)
- func (t *T) Errorf(format string, args ...interface{})
- func (t *T) Fatalf(format string, args ...interface{})
- func (t *T) Log(args ...interface{})
- func (t *T) Logf(format string, args ...interface{})
- func (t *T) NotEqual(a, b any)
- func (t *T) Skip(skip int) T
- func (t *T) SkipTest(args ...any)
- type TC
- func (t *TC) AssertEOF(err error)
- func (t *TC) AssertEqual(a, b any)
- func (t *TC) AssertEqualStrings(a, b string)
- func (t *TC) AssertError(err error)
- func (t *TC) AssertErrorEquals(expected, actual error)
- func (t *TC) AssertNoError(err error)
- func (t *TC) Errorf(format string, args ...interface{})
- func (t *TC) Fatalf(format string, args ...interface{})
- func (t *TC) Log(args ...interface{})
- func (t *TC) Logf(format string, args ...interface{})
- func (t *TC) NotEqual(a, b any)
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type StackInfo ¶
type T ¶
type TC ¶
Click to show internal directories.
Click to hide internal directories.