Documentation
¶
Index ¶
- type CustomT
- func (m *CustomT) Error(args ...interface{})
- func (m *CustomT) Errorf(format string, args ...interface{})
- func (m *CustomT) Fail()
- func (m *CustomT) FailNow()
- func (m *CustomT) Failed() bool
- func (m *CustomT) Fatal(args ...interface{})
- func (m *CustomT) Fatalf(format string, args ...interface{})
- func (m *CustomT) Helper()
- func (m *CustomT) Log(args ...interface{})
- func (m *CustomT) Logf(format string, args ...interface{})
- func (m *CustomT) Name() string
- func (m *CustomT) Skip(args ...interface{})
- func (m *CustomT) SkipNow()
- func (m *CustomT) Skipf(format string, args ...interface{})
- func (m *CustomT) Skipped() bool
- type TestingT
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestingT ¶
type TestingT interface {
Error(args ...interface{})
Errorf(format string, args ...interface{})
Fail()
FailNow()
Failed() bool
Fatal(args ...interface{})
Fatalf(format string, args ...interface{})
Helper()
Log(args ...interface{})
Logf(format string, args ...interface{})
Parallel()
Name() string
Skip(args ...interface{})
SkipNow()
Skipf(format string, args ...interface{})
Skipped() bool
}
Click to show internal directories.
Click to hide internal directories.