gitclientfakes

package
v97.0.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2017 License: Apache-2.0 Imports: 2 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 FakeFileLookup

type FakeFileLookup struct {
	FileContentsStub func(repoPath string, branch string, filePath string) ([]byte, error)
	// contains filtered or unexported fields
}

func (*FakeFileLookup) FileContents

func (fake *FakeFileLookup) FileContents(repoPath string, branch string, filePath string) ([]byte, error)

func (*FakeFileLookup) FileContentsArgsForCall

func (fake *FakeFileLookup) FileContentsArgsForCall(i int) (string, string, string)

func (*FakeFileLookup) FileContentsCallCount

func (fake *FakeFileLookup) FileContentsCallCount() int

func (*FakeFileLookup) FileContentsReturns

func (fake *FakeFileLookup) FileContentsReturns(result1 []byte, result2 error)

func (*FakeFileLookup) FileContentsReturnsOnCall

func (fake *FakeFileLookup) FileContentsReturnsOnCall(i int, result1 []byte, result2 error)

func (*FakeFileLookup) Invocations

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

type FakeLooper

type FakeLooper struct {
	ScanCurrentStateStub func(repositoryPath string, callback gitclient.ScanCallback) error
	// contains filtered or unexported fields
}

func (*FakeLooper) Invocations

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

func (*FakeLooper) ScanCurrentState

func (fake *FakeLooper) ScanCurrentState(repositoryPath string, callback gitclient.ScanCallback) error

func (*FakeLooper) ScanCurrentStateArgsForCall

func (fake *FakeLooper) ScanCurrentStateArgsForCall(i int) (string, gitclient.ScanCallback)

func (*FakeLooper) ScanCurrentStateCallCount

func (fake *FakeLooper) ScanCurrentStateCallCount() int

func (*FakeLooper) ScanCurrentStateReturns

func (fake *FakeLooper) ScanCurrentStateReturns(result1 error)

func (*FakeLooper) ScanCurrentStateReturnsOnCall

func (fake *FakeLooper) ScanCurrentStateReturnsOnCall(i int, result1 error)

Jump to

Keyboard shortcuts

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