mocks

package
v0.26.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 6, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockHasher added in v0.26.0

type MockHasher struct {
	mock.Mock
}

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

type MockHasher_CompareWith_Call struct {
	*mock.Call
}

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 (*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

type MockHasher_Do_Call struct {
	*mock.Call
}

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

Do is a helper method to define mock.On call

  • plain string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL