Documentation
¶
Overview ¶
Package mock 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.
func (*MockTestingT) Logf ¶
func (m *MockTestingT) Logf(arg0 string, arg1 ...any)
Logf mocks base method.
type MockTestingTMockRecorder ¶
type MockTestingTMockRecorder struct {
// contains filtered or unexported fields
}
MockTestingTMockRecorder is the mock recorder for MockTestingT.
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.