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 MockControllerQuerier ¶
type MockControllerQuerier struct {
// contains filtered or unexported fields
}
MockControllerQuerier is a mock of ControllerQuerier interface
func NewMockControllerQuerier ¶
func NewMockControllerQuerier(ctrl *gomock.Controller) *MockControllerQuerier
NewMockControllerQuerier creates a new mock instance
func (*MockControllerQuerier) EXPECT ¶
func (m *MockControllerQuerier) EXPECT() *MockControllerQuerierMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockControllerQuerier) GetControllerInfo ¶
func (m *MockControllerQuerier) GetControllerInfo(arg0 *v1beta1.AntreaControllerInfo, arg1 bool)
GetControllerInfo mocks base method
type MockControllerQuerierMockRecorder ¶
type MockControllerQuerierMockRecorder struct {
// contains filtered or unexported fields
}
MockControllerQuerierMockRecorder is the mock recorder for MockControllerQuerier
func (*MockControllerQuerierMockRecorder) GetControllerInfo ¶
func (mr *MockControllerQuerierMockRecorder) GetControllerInfo(arg0, arg1 interface{}) *gomock.Call
GetControllerInfo indicates an expected call of GetControllerInfo
Click to show internal directories.
Click to hide internal directories.