Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockStateManager ¶
MockStateManager is an autogenerated mock type for the StateManager type
func NewMockStateManager ¶
func NewMockStateManager(t interface { mock.TestingT Cleanup(func()) }) *MockStateManager
NewMockStateManager creates a new instance of MockStateManager. 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 (*MockStateManager) LoadStatuses ¶
func (_m *MockStateManager) LoadStatuses() (*protobufs.PackageStatuses, error)
LoadStatuses provides a mock function with no fields
func (*MockStateManager) SaveStatuses ¶
func (_m *MockStateManager) SaveStatuses(statuses *protobufs.PackageStatuses) error
SaveStatuses provides a mock function with given fields: statuses
Click to show internal directories.
Click to hide internal directories.