Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockChainable ¶
type MockChainable struct {
// contains filtered or unexported fields
}
Mock of Chainable interface
func NewMockChainable ¶
func NewMockChainable(ctrl *gomock.Controller) *MockChainable
func (*MockChainable) Add ¶
func (_m *MockChainable) Add(_param0 chainer.Executable)
func (*MockChainable) EXPECT ¶
func (_m *MockChainable) EXPECT() *_MockChainableRecorder
func (*MockChainable) Next ¶
func (_m *MockChainable) Next() error
type MockExecutable ¶
type MockExecutable struct {
// contains filtered or unexported fields
}
Mock of Executable interface
func NewMockExecutable ¶
func NewMockExecutable(ctrl *gomock.Controller) *MockExecutable
func (*MockExecutable) EXPECT ¶
func (_m *MockExecutable) EXPECT() *_MockExecutableRecorder
Click to show internal directories.
Click to hide internal directories.