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