wrapperfakes

package
v0.10.2 Latest Latest
Warning

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

Go to latest
Published: Nov 10, 2022 License: MPL-2.0 Imports: 4 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 FakeGit

type FakeGit struct {
	PlainCloneContextStub func(context.Context, string, bool, *git.CloneOptions) (*git.Repository, error)

	PlainInitStub func(string, bool) (*git.Repository, error)

	PlainOpenStub func(string) (*git.Repository, error)
	// contains filtered or unexported fields
}

func (*FakeGit) Invocations

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

func (*FakeGit) PlainCloneContext

func (fake *FakeGit) PlainCloneContext(arg1 context.Context, arg2 string, arg3 bool, arg4 *git.CloneOptions) (*git.Repository, error)

func (*FakeGit) PlainCloneContextArgsForCall

func (fake *FakeGit) PlainCloneContextArgsForCall(i int) (context.Context, string, bool, *git.CloneOptions)

func (*FakeGit) PlainCloneContextCallCount

func (fake *FakeGit) PlainCloneContextCallCount() int

func (*FakeGit) PlainCloneContextCalls

func (fake *FakeGit) PlainCloneContextCalls(stub func(context.Context, string, bool, *git.CloneOptions) (*git.Repository, error))

func (*FakeGit) PlainCloneContextReturns

func (fake *FakeGit) PlainCloneContextReturns(result1 *git.Repository, result2 error)

func (*FakeGit) PlainCloneContextReturnsOnCall

func (fake *FakeGit) PlainCloneContextReturnsOnCall(i int, result1 *git.Repository, result2 error)

func (*FakeGit) PlainInit

func (fake *FakeGit) PlainInit(arg1 string, arg2 bool) (*git.Repository, error)

func (*FakeGit) PlainInitArgsForCall

func (fake *FakeGit) PlainInitArgsForCall(i int) (string, bool)

func (*FakeGit) PlainInitCallCount

func (fake *FakeGit) PlainInitCallCount() int

func (*FakeGit) PlainInitCalls

func (fake *FakeGit) PlainInitCalls(stub func(string, bool) (*git.Repository, error))

func (*FakeGit) PlainInitReturns

func (fake *FakeGit) PlainInitReturns(result1 *git.Repository, result2 error)

func (*FakeGit) PlainInitReturnsOnCall

func (fake *FakeGit) PlainInitReturnsOnCall(i int, result1 *git.Repository, result2 error)

func (*FakeGit) PlainOpen

func (fake *FakeGit) PlainOpen(arg1 string) (*git.Repository, error)

func (*FakeGit) PlainOpenArgsForCall

func (fake *FakeGit) PlainOpenArgsForCall(i int) string

func (*FakeGit) PlainOpenCallCount

func (fake *FakeGit) PlainOpenCallCount() int

func (*FakeGit) PlainOpenCalls

func (fake *FakeGit) PlainOpenCalls(stub func(string) (*git.Repository, error))

func (*FakeGit) PlainOpenReturns

func (fake *FakeGit) PlainOpenReturns(result1 *git.Repository, result2 error)

func (*FakeGit) PlainOpenReturnsOnCall

func (fake *FakeGit) PlainOpenReturnsOnCall(i int, result1 *git.Repository, result2 error)

Jump to

Keyboard shortcuts

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