Documentation ¶
Overview ¶
Package scoped is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIScoped ¶
type MockIScoped struct {
// contains filtered or unexported fields
}
MockIScoped is a mock of IScoped interface.
func NewMockIScoped ¶
func NewMockIScoped(ctrl *gomock.Controller) *MockIScoped
NewMockIScoped creates a new mock instance.
func (*MockIScoped) EXPECT ¶
func (m *MockIScoped) EXPECT() *MockIScopedMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockIScopedMockRecorder ¶
type MockIScopedMockRecorder struct {
// contains filtered or unexported fields
}
MockIScopedMockRecorder is the mock recorder for MockIScoped.
func (*MockIScopedMockRecorder) GetName ¶
func (mr *MockIScopedMockRecorder) GetName() *gomock.Call
GetName indicates an expected call of GetName.
func (*MockIScopedMockRecorder) SetName ¶
func (mr *MockIScopedMockRecorder) SetName(arg0 interface{}) *gomock.Call
SetName indicates an expected call of SetName.
Click to show internal directories.
Click to hide internal directories.