Documentation
¶
Overview ¶
Package testingmock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockT ¶
type MockT struct {
// contains filtered or unexported fields
}
MockT is a mock of T interface.
func (*MockT) EXPECT ¶
func (m *MockT) EXPECT() *MockTMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockTMockRecorder ¶
type MockTMockRecorder struct {
// contains filtered or unexported fields
}
MockTMockRecorder is the mock recorder for MockT.
func (*MockTMockRecorder) Context ¶
func (mr *MockTMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockTMockRecorder) Errorf ¶
func (mr *MockTMockRecorder) Errorf(arg0 any, arg1 ...any) *gomock.Call
Errorf indicates an expected call of Errorf.
func (*MockTMockRecorder) FailNow ¶
func (mr *MockTMockRecorder) FailNow() *gomock.Call
FailNow indicates an expected call of FailNow.
Click to show internal directories.
Click to hide internal directories.