mocks

package
v0.0.7 Latest Latest
Warning

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

Go to latest
Published: Jul 18, 2023 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockBazelClient

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

MockBazelClient is a mock of BazelClient interface.

func NewMockBazelClient

func NewMockBazelClient(ctrl *gomock.Controller) *MockBazelClient

NewMockBazelClient creates a new mock instance.

func (*MockBazelClient) EXPECT

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

func (*MockBazelClient) QueryAllSourceFileTargets

func (m *MockBazelClient) QueryAllSourceFileTargets() (map[string]*internal.BazelSourceFileTarget, error)

QueryAllSourceFileTargets mocks base method.

func (*MockBazelClient) QueryAllTargets

func (m *MockBazelClient) QueryAllTargets() ([]*internal.Target, error)

QueryAllTargets mocks base method.

func (*MockBazelClient) QueryTarget

func (m *MockBazelClient) QueryTarget(arg0 string, arg1 map[string]bool) ([]*internal.Target, error)

QueryTarget mocks base method.

type MockBazelClientMockRecorder

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

MockBazelClientMockRecorder is the mock recorder for MockBazelClient.

func (*MockBazelClientMockRecorder) QueryAllSourceFileTargets

func (mr *MockBazelClientMockRecorder) QueryAllSourceFileTargets() *gomock.Call

QueryAllSourceFileTargets indicates an expected call of QueryAllSourceFileTargets.

func (*MockBazelClientMockRecorder) QueryAllTargets

func (mr *MockBazelClientMockRecorder) QueryAllTargets() *gomock.Call

QueryAllTargets indicates an expected call of QueryAllTargets.

func (*MockBazelClientMockRecorder) QueryTarget

func (mr *MockBazelClientMockRecorder) QueryTarget(arg0, arg1 interface{}) *gomock.Call

QueryTarget indicates an expected call of QueryTarget.

type MockBazelRule

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

MockBazelRule is a mock of BazelRule interface.

func NewMockBazelRule

func NewMockBazelRule(ctrl *gomock.Controller) *MockBazelRule

NewMockBazelRule creates a new mock instance.

func (*MockBazelRule) Digest added in v0.0.4

func (m *MockBazelRule) Digest() ([]byte, error)

Digest mocks base method.

func (*MockBazelRule) EXPECT

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

func (*MockBazelRule) Name added in v0.0.4

func (m *MockBazelRule) Name() string

Name mocks base method.

func (*MockBazelRule) RuleInputList added in v0.0.4

func (m *MockBazelRule) RuleInputList() []string

RuleInputList mocks base method.

type MockBazelRuleMockRecorder

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

MockBazelRuleMockRecorder is the mock recorder for MockBazelRule.

func (*MockBazelRuleMockRecorder) Digest added in v0.0.4

func (mr *MockBazelRuleMockRecorder) Digest() *gomock.Call

Digest indicates an expected call of Digest.

func (*MockBazelRuleMockRecorder) Name added in v0.0.4

Name indicates an expected call of Name.

func (*MockBazelRuleMockRecorder) RuleInputList added in v0.0.4

func (mr *MockBazelRuleMockRecorder) RuleInputList() *gomock.Call

RuleInputList indicates an expected call of RuleInputList.

type MockRuleProvider

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

MockRuleProvider is a mock of RuleProvider interface.

func NewMockRuleProvider

func NewMockRuleProvider(ctrl *gomock.Controller) *MockRuleProvider

NewMockRuleProvider creates a new mock instance.

func (*MockRuleProvider) EXPECT

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

func (*MockRuleProvider) GetRule

func (m *MockRuleProvider) GetRule(arg0 *internal.Rule) internal.BazelRule

GetRule mocks base method.

type MockRuleProviderMockRecorder

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

MockRuleProviderMockRecorder is the mock recorder for MockRuleProvider.

func (*MockRuleProviderMockRecorder) GetRule

func (mr *MockRuleProviderMockRecorder) GetRule(arg0 interface{}) *gomock.Call

GetRule indicates an expected call of GetRule.

Jump to

Keyboard shortcuts

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