Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockUUID ¶ added in v0.26.0
MockUUID is an autogenerated mock type for the UUID type
func NewMockUUID ¶ added in v0.26.0
NewMockUUID creates a new instance of MockUUID. 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 (*MockUUID) EXPECT ¶ added in v0.26.0
func (_m *MockUUID) EXPECT() *MockUUID_Expecter
type MockUUID_Expecter ¶ added in v0.26.0
type MockUUID_Expecter struct {
// contains filtered or unexported fields
}
func (*MockUUID_Expecter) Generate ¶ added in v0.26.0
func (_e *MockUUID_Expecter) Generate() *MockUUID_Generate_Call
Generate is a helper method to define mock.On call
type MockUUID_Generate_Call ¶ added in v0.26.0
MockUUID_Generate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Generate'
func (*MockUUID_Generate_Call) Return ¶ added in v0.26.0
func (_c *MockUUID_Generate_Call) Return(s string) *MockUUID_Generate_Call
func (*MockUUID_Generate_Call) Run ¶ added in v0.26.0
func (_c *MockUUID_Generate_Call) Run(run func()) *MockUUID_Generate_Call
func (*MockUUID_Generate_Call) RunAndReturn ¶ added in v0.26.0
func (_c *MockUUID_Generate_Call) RunAndReturn(run func() string) *MockUUID_Generate_Call
Click to show internal directories.
Click to hide internal directories.