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