Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockClient ¶
MockClient is an autogenerated mock type for the Client type
func NewMockClient ¶
func NewMockClient(t interface { mock.TestingT Cleanup(func()) }) *MockClient
NewMockClient creates a new instance of MockClient. 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.
type MockReporter ¶
MockReporter is an autogenerated mock type for the Reporter type
func NewMockReporter ¶
func NewMockReporter(t interface { mock.TestingT Cleanup(func()) }) *MockReporter
NewMockReporter creates a new instance of MockReporter. 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 (*MockReporter) Kind ¶
func (_m *MockReporter) Kind() string
Kind provides a mock function with given fields:
func (*MockReporter) Report ¶
func (_m *MockReporter) Report(config interface{}) error
Report provides a mock function with given fields: config