mocks

package
v0.27.0-rc.3 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockClock added in v0.26.0

type MockClock struct {
	mock.Mock
}

MockClock is an autogenerated mock type for the Clock type

func NewMockClock added in v0.26.0

func NewMockClock(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockClock

NewMockClock creates a new instance of MockClock. 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 (*MockClock) EXPECT added in v0.26.0

func (_m *MockClock) EXPECT() *MockClock_Expecter

func (*MockClock) Now added in v0.26.0

func (_mock *MockClock) Now() time.Time

Now provides a mock function for the type MockClock

type MockClock_Expecter added in v0.26.0

type MockClock_Expecter struct {
	// contains filtered or unexported fields
}

func (*MockClock_Expecter) Now added in v0.26.0

Now is a helper method to define mock.On call

type MockClock_Now_Call added in v0.26.0

type MockClock_Now_Call struct {
	*mock.Call
}

MockClock_Now_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Now'

func (*MockClock_Now_Call) Return added in v0.26.0

func (_c *MockClock_Now_Call) Return(time1 time.Time) *MockClock_Now_Call

func (*MockClock_Now_Call) Run added in v0.26.0

func (_c *MockClock_Now_Call) Run(run func()) *MockClock_Now_Call

func (*MockClock_Now_Call) RunAndReturn added in v0.26.0

func (_c *MockClock_Now_Call) RunAndReturn(run func() time.Time) *MockClock_Now_Call

Jump to

Keyboard shortcuts

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