releasefakes

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: May 12, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

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 FakeRepository

type FakeRepository struct {
	BranchStub func(...string) (string, error)

	CurrentBranchStub func() (string, error)

	DescribeStub func(*git.DescribeOptions) (string, error)

	LsRemoteStub func(...string) (string, error)

	RemotesStub func() ([]*git.Remote, error)
	// contains filtered or unexported fields
}

func (*FakeRepository) Branch

func (fake *FakeRepository) Branch(arg1 ...string) (string, error)

func (*FakeRepository) BranchArgsForCall

func (fake *FakeRepository) BranchArgsForCall(i int) []string

func (*FakeRepository) BranchCallCount

func (fake *FakeRepository) BranchCallCount() int

func (*FakeRepository) BranchCalls

func (fake *FakeRepository) BranchCalls(stub func(...string) (string, error))

func (*FakeRepository) BranchReturns

func (fake *FakeRepository) BranchReturns(result1 string, result2 error)

func (*FakeRepository) BranchReturnsOnCall

func (fake *FakeRepository) BranchReturnsOnCall(i int, result1 string, result2 error)

func (*FakeRepository) CurrentBranch

func (fake *FakeRepository) CurrentBranch() (string, error)

func (*FakeRepository) CurrentBranchCallCount

func (fake *FakeRepository) CurrentBranchCallCount() int

func (*FakeRepository) CurrentBranchCalls

func (fake *FakeRepository) CurrentBranchCalls(stub func() (string, error))

func (*FakeRepository) CurrentBranchReturns

func (fake *FakeRepository) CurrentBranchReturns(result1 string, result2 error)

func (*FakeRepository) CurrentBranchReturnsOnCall

func (fake *FakeRepository) CurrentBranchReturnsOnCall(i int, result1 string, result2 error)

func (*FakeRepository) Describe

func (fake *FakeRepository) Describe(arg1 *git.DescribeOptions) (string, error)

func (*FakeRepository) DescribeArgsForCall

func (fake *FakeRepository) DescribeArgsForCall(i int) *git.DescribeOptions

func (*FakeRepository) DescribeCallCount

func (fake *FakeRepository) DescribeCallCount() int

func (*FakeRepository) DescribeCalls

func (fake *FakeRepository) DescribeCalls(stub func(*git.DescribeOptions) (string, error))

func (*FakeRepository) DescribeReturns

func (fake *FakeRepository) DescribeReturns(result1 string, result2 error)

func (*FakeRepository) DescribeReturnsOnCall

func (fake *FakeRepository) DescribeReturnsOnCall(i int, result1 string, result2 error)

func (*FakeRepository) Invocations

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

func (*FakeRepository) LsRemote

func (fake *FakeRepository) LsRemote(arg1 ...string) (string, error)

func (*FakeRepository) LsRemoteArgsForCall

func (fake *FakeRepository) LsRemoteArgsForCall(i int) []string

func (*FakeRepository) LsRemoteCallCount

func (fake *FakeRepository) LsRemoteCallCount() int

func (*FakeRepository) LsRemoteCalls

func (fake *FakeRepository) LsRemoteCalls(stub func(...string) (string, error))

func (*FakeRepository) LsRemoteReturns

func (fake *FakeRepository) LsRemoteReturns(result1 string, result2 error)

func (*FakeRepository) LsRemoteReturnsOnCall

func (fake *FakeRepository) LsRemoteReturnsOnCall(i int, result1 string, result2 error)

func (*FakeRepository) Remotes

func (fake *FakeRepository) Remotes() ([]*git.Remote, error)

func (*FakeRepository) RemotesCallCount

func (fake *FakeRepository) RemotesCallCount() int

func (*FakeRepository) RemotesCalls

func (fake *FakeRepository) RemotesCalls(stub func() ([]*git.Remote, error))

func (*FakeRepository) RemotesReturns

func (fake *FakeRepository) RemotesReturns(result1 []*git.Remote, result2 error)

func (*FakeRepository) RemotesReturnsOnCall

func (fake *FakeRepository) RemotesReturnsOnCall(i int, result1 []*git.Remote, result2 error)

type FakeVersionClient

type FakeVersionClient struct {
	GetURLResponseStub func(string) (string, error)
	// contains filtered or unexported fields
}

func (*FakeVersionClient) GetURLResponse

func (fake *FakeVersionClient) GetURLResponse(arg1 string) (string, error)

func (*FakeVersionClient) GetURLResponseArgsForCall

func (fake *FakeVersionClient) GetURLResponseArgsForCall(i int) string

func (*FakeVersionClient) GetURLResponseCallCount

func (fake *FakeVersionClient) GetURLResponseCallCount() int

func (*FakeVersionClient) GetURLResponseCalls

func (fake *FakeVersionClient) GetURLResponseCalls(stub func(string) (string, error))

func (*FakeVersionClient) GetURLResponseReturns

func (fake *FakeVersionClient) GetURLResponseReturns(result1 string, result2 error)

func (*FakeVersionClient) GetURLResponseReturnsOnCall

func (fake *FakeVersionClient) GetURLResponseReturnsOnCall(i int, result1 string, result2 error)

func (*FakeVersionClient) Invocations

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

Jump to

Keyboard shortcuts

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