Documentation ¶
Overview ¶
Package mock_test 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.
type MockTestingTMockRecorder ¶
type MockTestingTMockRecorder struct {
// contains filtered or unexported fields
}
MockTestingTMockRecorder is the mock recorder for MockTestingT.
func (*MockTestingTMockRecorder) Fatal ¶
func (mr *MockTestingTMockRecorder) Fatal(arg0 ...interface{}) *gomock.Call
Fatal indicates an expected call of Fatal.
Click to show internal directories.
Click to hide internal directories.