Documentation
¶
Index ¶
- type MockHasher
- type MockHasher_CompareWith_Call
- func (_c *MockHasher_CompareWith_Call) Return(b bool) *MockHasher_CompareWith_Call
- func (_c *MockHasher_CompareWith_Call) Run(run func(plain string, hash string)) *MockHasher_CompareWith_Call
- func (_c *MockHasher_CompareWith_Call) RunAndReturn(run func(plain string, hash string) bool) *MockHasher_CompareWith_Call
- type MockHasher_Do_Call
- type MockHasher_Expecter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockHasher ¶ added in v0.26.0
MockHasher is an autogenerated mock type for the Hasher type
func NewMockHasher ¶ added in v0.26.0
func NewMockHasher(t interface {
mock.TestingT
Cleanup(func())
}) *MockHasher
NewMockHasher creates a new instance of MockHasher. 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 (*MockHasher) CompareWith ¶ added in v0.26.0
func (_mock *MockHasher) CompareWith(plain string, hash string) bool
CompareWith provides a mock function for the type MockHasher
func (*MockHasher) Do ¶ added in v0.26.0
func (_mock *MockHasher) Do(plain string) (string, error)
Do provides a mock function for the type MockHasher
func (*MockHasher) EXPECT ¶ added in v0.26.0
func (_m *MockHasher) EXPECT() *MockHasher_Expecter
type MockHasher_CompareWith_Call ¶ added in v0.26.0
MockHasher_CompareWith_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompareWith'
func (*MockHasher_CompareWith_Call) Return ¶ added in v0.26.0
func (_c *MockHasher_CompareWith_Call) Return(b bool) *MockHasher_CompareWith_Call
func (*MockHasher_CompareWith_Call) Run ¶ added in v0.26.0
func (_c *MockHasher_CompareWith_Call) Run(run func(plain string, hash string)) *MockHasher_CompareWith_Call
func (*MockHasher_CompareWith_Call) RunAndReturn ¶ added in v0.26.0
func (_c *MockHasher_CompareWith_Call) RunAndReturn(run func(plain string, hash string) bool) *MockHasher_CompareWith_Call
type MockHasher_Do_Call ¶ added in v0.26.0
MockHasher_Do_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Do'
func (*MockHasher_Do_Call) Return ¶ added in v0.26.0
func (_c *MockHasher_Do_Call) Return(s string, err error) *MockHasher_Do_Call
func (*MockHasher_Do_Call) Run ¶ added in v0.26.0
func (_c *MockHasher_Do_Call) Run(run func(plain string)) *MockHasher_Do_Call
func (*MockHasher_Do_Call) RunAndReturn ¶ added in v0.26.0
func (_c *MockHasher_Do_Call) RunAndReturn(run func(plain string) (string, error)) *MockHasher_Do_Call
type MockHasher_Expecter ¶ added in v0.26.0
type MockHasher_Expecter struct {
// contains filtered or unexported fields
}
func (*MockHasher_Expecter) CompareWith ¶ added in v0.26.0
func (_e *MockHasher_Expecter) CompareWith(plain any, hash any) *MockHasher_CompareWith_Call
CompareWith is a helper method to define mock.On call
- plain string
- hash string
func (*MockHasher_Expecter) Do ¶ added in v0.26.0
func (_e *MockHasher_Expecter) Do(plain any) *MockHasher_Do_Call
Do is a helper method to define mock.On call
- plain string