Documentation ¶
Overview ¶
Package testing is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIPAMDelegator ¶
type MockIPAMDelegator struct {
// contains filtered or unexported fields
}
MockIPAMDelegator is a mock of IPAMDelegator interface
func NewMockIPAMDelegator ¶
func NewMockIPAMDelegator(ctrl *gomock.Controller) *MockIPAMDelegator
NewMockIPAMDelegator creates a new mock instance
func (*MockIPAMDelegator) DelIPAMSubnetAddress ¶
func (m *MockIPAMDelegator) DelIPAMSubnetAddress(arg0 []byte, arg1 *invoke.Args) error
DelIPAMSubnetAddress mocks base method
func (*MockIPAMDelegator) EXPECT ¶
func (m *MockIPAMDelegator) EXPECT() *MockIPAMDelegatorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockIPAMDelegator) GetIPAMSubnetAddress ¶
func (m *MockIPAMDelegator) GetIPAMSubnetAddress(arg0 []byte, arg1 *invoke.Args) (*types100.Result, error)
GetIPAMSubnetAddress mocks base method
type MockIPAMDelegatorMockRecorder ¶
type MockIPAMDelegatorMockRecorder struct {
// contains filtered or unexported fields
}
MockIPAMDelegatorMockRecorder is the mock recorder for MockIPAMDelegator
func (*MockIPAMDelegatorMockRecorder) DelIPAMSubnetAddress ¶
func (mr *MockIPAMDelegatorMockRecorder) DelIPAMSubnetAddress(arg0, arg1 interface{}) *gomock.Call
DelIPAMSubnetAddress indicates an expected call of DelIPAMSubnetAddress
func (*MockIPAMDelegatorMockRecorder) GetIPAMSubnetAddress ¶
func (mr *MockIPAMDelegatorMockRecorder) GetIPAMSubnetAddress(arg0, arg1 interface{}) *gomock.Call
GetIPAMSubnetAddress indicates an expected call of GetIPAMSubnetAddress
Click to show internal directories.
Click to hide internal directories.