mock

package
v0.2.1 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: 5 Imported by: 0

README

sourcecontrol mocks

Generated gomock mock for the sourcecontrol.SourceControl interface, used by controller and pipeline tests.

Mocks are checked in and produced by mockgen from the //go:generate directive on sourcecontrol.go. After changing the interface, run make mocks to regenerate, then make gazelle to update BUILD.bazel, and commit the result.

Documentation

Overview

Package mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockFactory

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

MockFactory is a mock of Factory interface.

func NewMockFactory

func NewMockFactory(ctrl *gomock.Controller) *MockFactory

NewMockFactory creates a new mock instance.

func (*MockFactory) EXPECT

func (m *MockFactory) EXPECT() *MockFactoryMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockFactory) For

For mocks base method.

type MockFactoryMockRecorder

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

MockFactoryMockRecorder is the mock recorder for MockFactory.

func (*MockFactoryMockRecorder) For

func (mr *MockFactoryMockRecorder) For(cfg any) *gomock.Call

For indicates an expected call of For.

type MockSourceControl

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

MockSourceControl is a mock of SourceControl interface.

func NewMockSourceControl

func NewMockSourceControl(ctrl *gomock.Controller) *MockSourceControl

NewMockSourceControl creates a new mock instance.

func (*MockSourceControl) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSourceControl) History

func (m *MockSourceControl) History(ctx context.Context, cursor string, limit int) (page.Page[string], error)

History mocks base method.

func (*MockSourceControl) IsAncestor

func (m *MockSourceControl) IsAncestor(ctx context.Context, ancestor, descendant string) (bool, error)

IsAncestor mocks base method.

func (*MockSourceControl) Latest

func (m *MockSourceControl) Latest(ctx context.Context) (string, error)

Latest mocks base method.

type MockSourceControlMockRecorder

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

MockSourceControlMockRecorder is the mock recorder for MockSourceControl.

func (*MockSourceControlMockRecorder) History

func (mr *MockSourceControlMockRecorder) History(ctx, cursor, limit any) *gomock.Call

History indicates an expected call of History.

func (*MockSourceControlMockRecorder) IsAncestor

func (mr *MockSourceControlMockRecorder) IsAncestor(ctx, ancestor, descendant any) *gomock.Call

IsAncestor indicates an expected call of IsAncestor.

func (*MockSourceControlMockRecorder) Latest

func (mr *MockSourceControlMockRecorder) Latest(ctx any) *gomock.Call

Latest indicates an expected call of Latest.

Jump to

Keyboard shortcuts

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