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 MockInterfaceConfigurator ¶
type MockInterfaceConfigurator struct {
// contains filtered or unexported fields
}
MockInterfaceConfigurator is a mock of InterfaceConfigurator interface
func NewMockInterfaceConfigurator ¶
func NewMockInterfaceConfigurator(ctrl *gomock.Controller) *MockInterfaceConfigurator
NewMockInterfaceConfigurator creates a new mock instance
func (*MockInterfaceConfigurator) ConfigureSriovSecondaryInterface ¶
func (m *MockInterfaceConfigurator) ConfigureSriovSecondaryInterface(arg0, arg1, arg2, arg3, arg4 string, arg5 int, arg6 string, arg7 *current.Result) error
ConfigureSriovSecondaryInterface mocks base method
func (*MockInterfaceConfigurator) EXPECT ¶
func (m *MockInterfaceConfigurator) EXPECT() *MockInterfaceConfiguratorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockInterfaceConfiguratorMockRecorder ¶
type MockInterfaceConfiguratorMockRecorder struct {
// contains filtered or unexported fields
}
MockInterfaceConfiguratorMockRecorder is the mock recorder for MockInterfaceConfigurator
func (*MockInterfaceConfiguratorMockRecorder) ConfigureSriovSecondaryInterface ¶
func (mr *MockInterfaceConfiguratorMockRecorder) ConfigureSriovSecondaryInterface(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call
ConfigureSriovSecondaryInterface indicates an expected call of ConfigureSriovSecondaryInterface
Click to show internal directories.
Click to hide internal directories.