Documentation
¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
- type MockTLike
- func (m *MockTLike) Cleanup(arg0 func())
- func (m *MockTLike) Deadline() (time.Time, bool)
- func (m *MockTLike) EXPECT() *MockTLikeMockRecorder
- func (m *MockTLike) Error(args ...any)
- func (m *MockTLike) Errorf(format string, args ...any)
- func (m *MockTLike) FailNow()
- func (m *MockTLike) Failed() bool
- func (m *MockTLike) Fatalf(format string, args ...any)
- func (m *MockTLike) Helper()
- func (m *MockTLike) Log(args ...any)
- func (m *MockTLike) Logf(format string, args ...any)
- type MockTLikeMockRecorder
- func (mr *MockTLikeMockRecorder) Cleanup(arg0 any) *gomock.Call
- func (mr *MockTLikeMockRecorder) Deadline() *gomock.Call
- func (mr *MockTLikeMockRecorder) Error(args ...any) *gomock.Call
- func (mr *MockTLikeMockRecorder) Errorf(format any, args ...any) *gomock.Call
- func (mr *MockTLikeMockRecorder) FailNow() *gomock.Call
- func (mr *MockTLikeMockRecorder) Failed() *gomock.Call
- func (mr *MockTLikeMockRecorder) Fatalf(format any, args ...any) *gomock.Call
- func (mr *MockTLikeMockRecorder) Helper() *gomock.Call
- func (mr *MockTLikeMockRecorder) Log(args ...any) *gomock.Call
- func (mr *MockTLikeMockRecorder) Logf(format any, args ...any) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockTLike ¶
type MockTLike struct {
// contains filtered or unexported fields
}
MockTLike is a mock of TLike interface.
func NewMockTLike ¶
func NewMockTLike(ctrl *gomock.Controller) *MockTLike
NewMockTLike creates a new mock instance.
func (*MockTLike) EXPECT ¶
func (m *MockTLike) EXPECT() *MockTLikeMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockTLikeMockRecorder ¶
type MockTLikeMockRecorder struct {
// contains filtered or unexported fields
}
MockTLikeMockRecorder is the mock recorder for MockTLike.
func (*MockTLikeMockRecorder) Cleanup ¶
func (mr *MockTLikeMockRecorder) Cleanup(arg0 any) *gomock.Call
Cleanup indicates an expected call of Cleanup.
func (*MockTLikeMockRecorder) Deadline ¶
func (mr *MockTLikeMockRecorder) Deadline() *gomock.Call
Deadline indicates an expected call of Deadline.
func (*MockTLikeMockRecorder) Error ¶
func (mr *MockTLikeMockRecorder) Error(args ...any) *gomock.Call
Error indicates an expected call of Error.
func (*MockTLikeMockRecorder) Errorf ¶
func (mr *MockTLikeMockRecorder) Errorf(format any, args ...any) *gomock.Call
Errorf indicates an expected call of Errorf.
func (*MockTLikeMockRecorder) FailNow ¶
func (mr *MockTLikeMockRecorder) FailNow() *gomock.Call
FailNow indicates an expected call of FailNow.
func (*MockTLikeMockRecorder) Failed ¶
func (mr *MockTLikeMockRecorder) Failed() *gomock.Call
Failed indicates an expected call of Failed.
func (*MockTLikeMockRecorder) Fatalf ¶
func (mr *MockTLikeMockRecorder) Fatalf(format any, args ...any) *gomock.Call
Fatalf indicates an expected call of Fatalf.
func (*MockTLikeMockRecorder) Helper ¶
func (mr *MockTLikeMockRecorder) Helper() *gomock.Call
Helper indicates an expected call of Helper.
Click to show internal directories.
Click to hide internal directories.