Documentation ¶
Index ¶
- type TestingT
- func (_m *TestingT) Cleanup(_a0 func())
- func (_m *TestingT) Error(args ...interface{})
- func (_m *TestingT) Errorf(format string, args ...interface{})
- func (_m *TestingT) Fail()
- func (_m *TestingT) FailNow()
- func (_m *TestingT) Failed() bool
- func (_m *TestingT) Fatal(args ...interface{})
- func (_m *TestingT) Fatalf(format string, args ...interface{})
- func (_m *TestingT) Helper()
- func (_m *TestingT) Log(args ...interface{})
- func (_m *TestingT) Logf(format string, args ...interface{})
- func (_m *TestingT) Name() string
- func (_m *TestingT) Skip(args ...interface{})
- func (_m *TestingT) SkipNow()
- func (_m *TestingT) Skipf(format string, args ...interface{})
- func (_m *TestingT) Skipped() bool
- func (_m *TestingT) TempDir() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestingT ¶
TestingT is an autogenerated mock type for the TestingT type
func (*TestingT) Cleanup ¶
func (_m *TestingT) Cleanup(_a0 func())
Cleanup provides a mock function with given fields: _a0
func (*TestingT) Error ¶
func (_m *TestingT) Error(args ...interface{})
Error provides a mock function with given fields: args
func (*TestingT) FailNow ¶
func (_m *TestingT) FailNow()
FailNow provides a mock function with given fields:
func (*TestingT) Fatal ¶
func (_m *TestingT) Fatal(args ...interface{})
Fatal provides a mock function with given fields: args
func (*TestingT) Helper ¶
func (_m *TestingT) Helper()
Helper provides a mock function with given fields:
func (*TestingT) Log ¶
func (_m *TestingT) Log(args ...interface{})
Log provides a mock function with given fields: args
func (*TestingT) Skip ¶
func (_m *TestingT) Skip(args ...interface{})
Skip provides a mock function with given fields: args
func (*TestingT) SkipNow ¶
func (_m *TestingT) SkipNow()
SkipNow provides a mock function with given fields:
Click to show internal directories.
Click to hide internal directories.