Documentation
¶
Overview ¶
Package mocktesting is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockTestingT ¶
type MockTestingT struct {
// contains filtered or unexported fields
}
MockTestingT is a mock of TestingT interface.
func NewMockTestingT ¶
func NewMockTestingT(ctrl *gomock.Controller) *MockTestingT
NewMockTestingT creates a new mock instance.
func (*MockTestingT) EXPECT ¶
func (m *MockTestingT) EXPECT() *MockTestingTMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockTestingTMockRecorder ¶
type MockTestingTMockRecorder struct {
// contains filtered or unexported fields
}
MockTestingTMockRecorder is the mock recorder for MockTestingT.
func (*MockTestingTMockRecorder) Error ¶
func (mr *MockTestingTMockRecorder) Error(arg0 ...any) *gomock.Call
Error indicates an expected call of Error.
func (*MockTestingTMockRecorder) FailNow ¶
func (mr *MockTestingTMockRecorder) FailNow() *gomock.Call
FailNow indicates an expected call of FailNow.
func (*MockTestingTMockRecorder) Helper ¶
func (mr *MockTestingTMockRecorder) Helper() *gomock.Call
Helper indicates an expected call of Helper.
Click to show internal directories.
Click to hide internal directories.