Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
Interface is an autogenerated mock type for the Interface type
func NewInterface ¶
func NewInterface(t mockConstructorTestingTNewInterface) *Interface
NewInterface creates a new instance of Interface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*Interface) EXPECT ¶
func (_m *Interface) EXPECT() *Interface_Expecter
func (*Interface) ResultChan ¶
ResultChan provides a mock function with given fields:
type Interface_Expecter ¶
type Interface_Expecter struct {
// contains filtered or unexported fields
}
func (*Interface_Expecter) ResultChan ¶
func (_e *Interface_Expecter) ResultChan() *Interface_ResultChan_Call
ResultChan is a helper method to define mock.On call
func (*Interface_Expecter) Stop ¶
func (_e *Interface_Expecter) Stop() *Interface_Stop_Call
Stop is a helper method to define mock.On call
type Interface_ResultChan_Call ¶
Interface_ResultChan_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ResultChan'
func (*Interface_ResultChan_Call) Return ¶
func (_c *Interface_ResultChan_Call) Return(_a0 <-chan watch.Event) *Interface_ResultChan_Call
func (*Interface_ResultChan_Call) Run ¶
func (_c *Interface_ResultChan_Call) Run(run func()) *Interface_ResultChan_Call
func (*Interface_ResultChan_Call) RunAndReturn ¶
func (_c *Interface_ResultChan_Call) RunAndReturn(run func() <-chan watch.Event) *Interface_ResultChan_Call
type Interface_Stop_Call ¶
Interface_Stop_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Stop'
func (*Interface_Stop_Call) Return ¶
func (_c *Interface_Stop_Call) Return() *Interface_Stop_Call
func (*Interface_Stop_Call) Run ¶
func (_c *Interface_Stop_Call) Run(run func()) *Interface_Stop_Call
func (*Interface_Stop_Call) RunAndReturn ¶
func (_c *Interface_Stop_Call) RunAndReturn(run func()) *Interface_Stop_Call
Click to show internal directories.
Click to hide internal directories.