Documentation
¶
Overview ¶
Package testrunner_mock is a generated GoMock package.
Index ¶
- type MockTestSystem
- func (m *MockTestSystem) EXPECT() *MockTestSystemMockRecorder
- func (m *MockTestSystem) Errorf(format string, args ...any)
- func (m *MockTestSystem) Fatal(args ...any)
- func (m *MockTestSystem) Fatalf(format string, args ...any)
- func (m *MockTestSystem) Log(args ...any)
- func (m *MockTestSystem) Logf(format string, args ...any)
- type MockTestSystemMockRecorder
- func (mr *MockTestSystemMockRecorder) Errorf(format any, args ...any) *gomock.Call
- func (mr *MockTestSystemMockRecorder) Fatal(args ...any) *gomock.Call
- func (mr *MockTestSystemMockRecorder) Fatalf(format any, args ...any) *gomock.Call
- func (mr *MockTestSystemMockRecorder) Log(args ...any) *gomock.Call
- func (mr *MockTestSystemMockRecorder) Logf(format any, args ...any) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockTestSystem ¶
type MockTestSystem struct {
// contains filtered or unexported fields
}
MockTestSystem is a mock of TestSystem interface.
func NewMockTestSystem ¶
func NewMockTestSystem(ctrl *gomock.Controller) *MockTestSystem
NewMockTestSystem creates a new mock instance.
func (*MockTestSystem) EXPECT ¶
func (m *MockTestSystem) EXPECT() *MockTestSystemMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockTestSystem) Errorf ¶
func (m *MockTestSystem) Errorf(format string, args ...any)
Errorf mocks base method.
func (*MockTestSystem) Fatalf ¶
func (m *MockTestSystem) Fatalf(format string, args ...any)
Fatalf mocks base method.
func (*MockTestSystem) Logf ¶
func (m *MockTestSystem) Logf(format string, args ...any)
Logf mocks base method.
type MockTestSystemMockRecorder ¶
type MockTestSystemMockRecorder struct {
// contains filtered or unexported fields
}
MockTestSystemMockRecorder is the mock recorder for MockTestSystem.
func (*MockTestSystemMockRecorder) Errorf ¶
func (mr *MockTestSystemMockRecorder) Errorf(format any, args ...any) *gomock.Call
Errorf indicates an expected call of Errorf.
func (*MockTestSystemMockRecorder) Fatal ¶
func (mr *MockTestSystemMockRecorder) Fatal(args ...any) *gomock.Call
Fatal indicates an expected call of Fatal.
func (*MockTestSystemMockRecorder) Fatalf ¶
func (mr *MockTestSystemMockRecorder) Fatalf(format any, args ...any) *gomock.Call
Fatalf indicates an expected call of Fatalf.
Click to show internal directories.
Click to hide internal directories.