buildfakes

package
v0.16.9 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeImpl

type FakeImpl struct {
	CheckoutStub func(*git.Repo, string) error

	CommandStub func(string, ...string) error

	OpenRepoStub func(string) (*git.Repo, error)

	RenameStub func(string, string) error
	// contains filtered or unexported fields
}

func (*FakeImpl) Checkout

func (fake *FakeImpl) Checkout(arg1 *git.Repo, arg2 string) error

func (*FakeImpl) CheckoutArgsForCall

func (fake *FakeImpl) CheckoutArgsForCall(i int) (*git.Repo, string)

func (*FakeImpl) CheckoutCallCount

func (fake *FakeImpl) CheckoutCallCount() int

func (*FakeImpl) CheckoutCalls

func (fake *FakeImpl) CheckoutCalls(stub func(*git.Repo, string) error)

func (*FakeImpl) CheckoutReturns

func (fake *FakeImpl) CheckoutReturns(result1 error)

func (*FakeImpl) CheckoutReturnsOnCall

func (fake *FakeImpl) CheckoutReturnsOnCall(i int, result1 error)

func (*FakeImpl) Command

func (fake *FakeImpl) Command(arg1 string, arg2 ...string) error

func (*FakeImpl) CommandArgsForCall

func (fake *FakeImpl) CommandArgsForCall(i int) (string, []string)

func (*FakeImpl) CommandCallCount

func (fake *FakeImpl) CommandCallCount() int

func (*FakeImpl) CommandCalls

func (fake *FakeImpl) CommandCalls(stub func(string, ...string) error)

func (*FakeImpl) CommandReturns

func (fake *FakeImpl) CommandReturns(result1 error)

func (*FakeImpl) CommandReturnsOnCall

func (fake *FakeImpl) CommandReturnsOnCall(i int, result1 error)

func (*FakeImpl) Invocations

func (fake *FakeImpl) Invocations() map[string][][]interface{}

func (*FakeImpl) OpenRepo

func (fake *FakeImpl) OpenRepo(arg1 string) (*git.Repo, error)

func (*FakeImpl) OpenRepoArgsForCall

func (fake *FakeImpl) OpenRepoArgsForCall(i int) string

func (*FakeImpl) OpenRepoCallCount

func (fake *FakeImpl) OpenRepoCallCount() int

func (*FakeImpl) OpenRepoCalls

func (fake *FakeImpl) OpenRepoCalls(stub func(string) (*git.Repo, error))

func (*FakeImpl) OpenRepoReturns

func (fake *FakeImpl) OpenRepoReturns(result1 *git.Repo, result2 error)

func (*FakeImpl) OpenRepoReturnsOnCall

func (fake *FakeImpl) OpenRepoReturnsOnCall(i int, result1 *git.Repo, result2 error)

func (*FakeImpl) Rename

func (fake *FakeImpl) Rename(arg1 string, arg2 string) error

func (*FakeImpl) RenameArgsForCall

func (fake *FakeImpl) RenameArgsForCall(i int) (string, string)

func (*FakeImpl) RenameCallCount

func (fake *FakeImpl) RenameCallCount() int

func (*FakeImpl) RenameCalls

func (fake *FakeImpl) RenameCalls(stub func(string, string) error)

func (*FakeImpl) RenameReturns

func (fake *FakeImpl) RenameReturns(result1 error)

func (*FakeImpl) RenameReturnsOnCall

func (fake *FakeImpl) RenameReturnsOnCall(i int, result1 error)

Jump to

Keyboard shortcuts

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