Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockCommander ¶
MockCommander is an autogenerated mock type for the Commander type
func NewMockCommander ¶ added in v0.7.0
func NewMockCommander(t interface {
mock.TestingT
Cleanup(func())
}) *MockCommander
NewMockCommander creates a new instance of MockCommander. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*MockCommander) Output ¶
func (_m *MockCommander) Output() ([]byte, error)
Output provides a mock function with no fields
func (*MockCommander) String ¶
func (_m *MockCommander) String() string
String provides a mock function with no fields
Click to show internal directories.
Click to hide internal directories.