Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockMonitor ¶
MockMonitor is an autogenerated mock type for the Monitor type
func NewMockMonitor ¶
func NewMockMonitor(t interface { mock.TestingT Cleanup(func()) }) *MockMonitor
NewMockMonitor creates a new instance of MockMonitor. 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 (*MockMonitor) MonitorForSuccess ¶
func (_m *MockMonitor) MonitorForSuccess(ctx context.Context, packageName string) error
MonitorForSuccess provides a mock function with given fields: ctx, packageName
func (*MockMonitor) SetState ¶
func (_m *MockMonitor) SetState(packageName string, status protobufs.PackageStatusEnum, statusErr error) error
SetState provides a mock function with given fields: packageName, status, statusErr
Click to show internal directories.
Click to hide internal directories.