Documentation
¶
Index ¶
- type ErrFailNow
- type T
- func (m *T) CheckFailed(t *testing.T, fatal bool)
- func (m *T) CheckSucceeded(t *testing.T)
- func (m *T) Errorf(format string, args ...interface{})
- func (m *T) Fail()
- func (m *T) FailNow()
- func (m *T) Fatalf(format string, args ...interface{})
- func (m *T) Helper()
- func (m *T) Logf(format string, args ...interface{})
- func (m *T) Print()
- func (*T) Run(name string, f func(*T))
- func (m *T) Text() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrFailNow ¶
type ErrFailNow struct{}
Click to show internal directories.
Click to hide internal directories.