Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MocktestingT
- type MocktestingTMockRecorder
- func (mr *MocktestingTMockRecorder) Errorf(format interface{}, args ...interface{}) *testingTErrorfCall
- func (mr *MocktestingTMockRecorder) FailNow() *testingTFailNowCall
- func (mr *MocktestingTMockRecorder) Helper() *testingTHelperCall
- func (mr *MocktestingTMockRecorder) Run(name, f interface{}) *testingTRunCall
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) Errorf ¶
func (m *MocktestingT) Errorf(format string, args ...interface{})
Errorf mocks base method.
type MocktestingTMockRecorder ¶
type MocktestingTMockRecorder struct {
// contains filtered or unexported fields
}
MocktestingTMockRecorder is the mock recorder for MocktestingT.
func (*MocktestingTMockRecorder) Errorf ¶
func (mr *MocktestingTMockRecorder) Errorf(format interface{}, args ...interface{}) *testingTErrorfCall
Errorf indicates an expected call of Errorf.
func (*MocktestingTMockRecorder) FailNow ¶
func (mr *MocktestingTMockRecorder) FailNow() *testingTFailNowCall
FailNow indicates an expected call of FailNow.
func (*MocktestingTMockRecorder) Helper ¶
func (mr *MocktestingTMockRecorder) Helper() *testingTHelperCall
Helper indicates an expected call of Helper.
func (*MocktestingTMockRecorder) Run ¶
func (mr *MocktestingTMockRecorder) Run(name, f interface{}) *testingTRunCall
Run indicates an expected call of Run.
Click to show internal directories.
Click to hide internal directories.