Documentation ¶
Overview ¶
Package contextaccessor is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIContextAccessor ¶
type MockIContextAccessor struct {
// contains filtered or unexported fields
}
MockIContextAccessor is a mock of IContextAccessor interface.
func NewMockIContextAccessor ¶
func NewMockIContextAccessor(ctrl *gomock.Controller) *MockIContextAccessor
NewMockIContextAccessor creates a new mock instance.
func (*MockIContextAccessor) EXPECT ¶
func (m *MockIContextAccessor) EXPECT() *MockIContextAccessorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIContextAccessor) GetContainer ¶
func (m *MockIContextAccessor) GetContainer() di.Container
GetContainer mocks base method.
func (*MockIContextAccessor) GetContext ¶
func (m *MockIContextAccessor) GetContext() context.Context
GetContext mocks base method.
type MockIContextAccessorMockRecorder ¶
type MockIContextAccessorMockRecorder struct {
// contains filtered or unexported fields
}
MockIContextAccessorMockRecorder is the mock recorder for MockIContextAccessor.
func (*MockIContextAccessorMockRecorder) GetContainer ¶
func (mr *MockIContextAccessorMockRecorder) GetContainer() *gomock.Call
GetContainer indicates an expected call of GetContainer.
func (*MockIContextAccessorMockRecorder) GetContext ¶
func (mr *MockIContextAccessorMockRecorder) GetContext() *gomock.Call
GetContext indicates an expected call of GetContext.
type MockIInternalContextAccessor ¶
type MockIInternalContextAccessor struct {
// contains filtered or unexported fields
}
MockIInternalContextAccessor is a mock of IInternalContextAccessor interface.
func NewMockIInternalContextAccessor ¶
func NewMockIInternalContextAccessor(ctrl *gomock.Controller) *MockIInternalContextAccessor
NewMockIInternalContextAccessor creates a new mock instance.
func (*MockIInternalContextAccessor) EXPECT ¶
func (m *MockIInternalContextAccessor) EXPECT() *MockIInternalContextAccessorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIInternalContextAccessor) GetContainer ¶
func (m *MockIInternalContextAccessor) GetContainer() di.Container
GetContainer mocks base method.
func (*MockIInternalContextAccessor) GetContext ¶
func (m *MockIInternalContextAccessor) GetContext() context.Context
GetContext mocks base method.
func (*MockIInternalContextAccessor) SetContext ¶
func (m *MockIInternalContextAccessor) SetContext(arg0 context.Context)
SetContext mocks base method.
type MockIInternalContextAccessorMockRecorder ¶
type MockIInternalContextAccessorMockRecorder struct {
// contains filtered or unexported fields
}
MockIInternalContextAccessorMockRecorder is the mock recorder for MockIInternalContextAccessor.
func (*MockIInternalContextAccessorMockRecorder) GetContainer ¶
func (mr *MockIInternalContextAccessorMockRecorder) GetContainer() *gomock.Call
GetContainer indicates an expected call of GetContainer.
func (*MockIInternalContextAccessorMockRecorder) GetContext ¶
func (mr *MockIInternalContextAccessorMockRecorder) GetContext() *gomock.Call
GetContext indicates an expected call of GetContext.
func (*MockIInternalContextAccessorMockRecorder) SetContext ¶
func (mr *MockIInternalContextAccessorMockRecorder) SetContext(arg0 interface{}) *gomock.Call
SetContext indicates an expected call of SetContext.