changelogfakes

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: 11 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 {
	AbsStub func(string) (string, error)

	AddStub func(*git.Repo, string) error

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

	CloneCVEDataStub func() (string, error)

	CommitStub func(*git.Repo, string) error

	CreateDownloadsTableStub func(io.Writer, string, string, string, string, string) error

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

	DependencyChangesStub func(string, string) (string, error)

	GatherReleaseNotesStub func(*options.Options) (*notes.ReleaseNotes, error)

	GenerateTOCStub func(string) (string, error)

	GetURLResponseStub func(string) (string, error)

	LatestGitHubTagsPerBranchStub func() (github.TagsPerBranch, error)

	MarkdownToHTMLStub func(string, io.Writer, ...parser.ParseOption) error

	NewDocumentStub func(*notes.ReleaseNotes, string, string) (*document.Document, error)

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

	ParseHTMLTemplateStub func(string) (*template.Template, error)

	ReadFileStub func(string) ([]byte, error)

	RenderMarkdownTemplateStub func(*document.Document, string, string, string, string) (string, error)

	RepoDirStub func(*git.Repo) string

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

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

	RmStub func(*git.Repo, bool, ...string) error

	StatStub func(string) (fs.FileInfo, error)

	TagStringToSemverStub func(string) (semver.Version, error)

	TemplateExecuteStub func(*template.Template, io.Writer, interface{}) error

	ValidateAndFinishStub func(*options.Options) error

	WriteFileStub func(string, []byte, fs.FileMode) error
	// contains filtered or unexported fields
}

func (*FakeImpl) Abs

func (fake *FakeImpl) Abs(arg1 string) (string, error)

func (*FakeImpl) AbsArgsForCall

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

func (*FakeImpl) AbsCallCount

func (fake *FakeImpl) AbsCallCount() int

func (*FakeImpl) AbsCalls

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

func (*FakeImpl) AbsReturns

func (fake *FakeImpl) AbsReturns(result1 string, result2 error)

func (*FakeImpl) AbsReturnsOnCall

func (fake *FakeImpl) AbsReturnsOnCall(i int, result1 string, result2 error)

func (*FakeImpl) Add

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

func (*FakeImpl) AddArgsForCall

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

func (*FakeImpl) AddCallCount

func (fake *FakeImpl) AddCallCount() int

func (*FakeImpl) AddCalls

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

func (*FakeImpl) AddReturns

func (fake *FakeImpl) AddReturns(result1 error)

func (*FakeImpl) AddReturnsOnCall

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

func (*FakeImpl) Checkout

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

func (*FakeImpl) CheckoutArgsForCall

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

func (*FakeImpl) CheckoutCallCount

func (fake *FakeImpl) CheckoutCallCount() int

func (*FakeImpl) CheckoutCalls

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

func (*FakeImpl) CheckoutReturns

func (fake *FakeImpl) CheckoutReturns(result1 error)

func (*FakeImpl) CheckoutReturnsOnCall

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

func (*FakeImpl) CloneCVEData added in v0.9.0

func (fake *FakeImpl) CloneCVEData() (string, error)

func (*FakeImpl) CloneCVEDataCallCount added in v0.9.0

func (fake *FakeImpl) CloneCVEDataCallCount() int

func (*FakeImpl) CloneCVEDataCalls added in v0.9.0

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

func (*FakeImpl) CloneCVEDataReturns added in v0.9.0

func (fake *FakeImpl) CloneCVEDataReturns(result1 string, result2 error)

func (*FakeImpl) CloneCVEDataReturnsOnCall added in v0.9.0

func (fake *FakeImpl) CloneCVEDataReturnsOnCall(i int, result1 string, result2 error)

func (*FakeImpl) Commit

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

func (*FakeImpl) CommitArgsForCall

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

func (*FakeImpl) CommitCallCount

func (fake *FakeImpl) CommitCallCount() int

func (*FakeImpl) CommitCalls

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

func (*FakeImpl) CommitReturns

func (fake *FakeImpl) CommitReturns(result1 error)

func (*FakeImpl) CommitReturnsOnCall

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

func (*FakeImpl) CreateDownloadsTable

func (fake *FakeImpl) CreateDownloadsTable(arg1 io.Writer, arg2 string, arg3 string, arg4 string, arg5 string, arg6 string) error

func (*FakeImpl) CreateDownloadsTableArgsForCall

func (fake *FakeImpl) CreateDownloadsTableArgsForCall(i int) (io.Writer, string, string, string, string, string)

func (*FakeImpl) CreateDownloadsTableCallCount

func (fake *FakeImpl) CreateDownloadsTableCallCount() int

func (*FakeImpl) CreateDownloadsTableCalls

func (fake *FakeImpl) CreateDownloadsTableCalls(stub func(io.Writer, string, string, string, string, string) error)

func (*FakeImpl) CreateDownloadsTableReturns

func (fake *FakeImpl) CreateDownloadsTableReturns(result1 error)

func (*FakeImpl) CreateDownloadsTableReturnsOnCall

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

func (*FakeImpl) CurrentBranch

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

func (*FakeImpl) CurrentBranchArgsForCall

func (fake *FakeImpl) CurrentBranchArgsForCall(i int) *git.Repo

func (*FakeImpl) CurrentBranchCallCount

func (fake *FakeImpl) CurrentBranchCallCount() int

func (*FakeImpl) CurrentBranchCalls

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

func (*FakeImpl) CurrentBranchReturns

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

func (*FakeImpl) CurrentBranchReturnsOnCall

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

func (*FakeImpl) DependencyChanges

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

func (*FakeImpl) DependencyChangesArgsForCall

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

func (*FakeImpl) DependencyChangesCallCount

func (fake *FakeImpl) DependencyChangesCallCount() int

func (*FakeImpl) DependencyChangesCalls

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

func (*FakeImpl) DependencyChangesReturns

func (fake *FakeImpl) DependencyChangesReturns(result1 string, result2 error)

func (*FakeImpl) DependencyChangesReturnsOnCall

func (fake *FakeImpl) DependencyChangesReturnsOnCall(i int, result1 string, result2 error)

func (*FakeImpl) GatherReleaseNotes added in v0.7.0

func (fake *FakeImpl) GatherReleaseNotes(arg1 *options.Options) (*notes.ReleaseNotes, error)

func (*FakeImpl) GatherReleaseNotesArgsForCall added in v0.7.0

func (fake *FakeImpl) GatherReleaseNotesArgsForCall(i int) *options.Options

func (*FakeImpl) GatherReleaseNotesCallCount added in v0.7.0

func (fake *FakeImpl) GatherReleaseNotesCallCount() int

func (*FakeImpl) GatherReleaseNotesCalls added in v0.7.0

func (fake *FakeImpl) GatherReleaseNotesCalls(stub func(*options.Options) (*notes.ReleaseNotes, error))

func (*FakeImpl) GatherReleaseNotesReturns added in v0.7.0

func (fake *FakeImpl) GatherReleaseNotesReturns(result1 *notes.ReleaseNotes, result2 error)

func (*FakeImpl) GatherReleaseNotesReturnsOnCall added in v0.7.0

func (fake *FakeImpl) GatherReleaseNotesReturnsOnCall(i int, result1 *notes.ReleaseNotes, result2 error)

func (*FakeImpl) GenerateTOC

func (fake *FakeImpl) GenerateTOC(arg1 string) (string, error)

func (*FakeImpl) GenerateTOCArgsForCall

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

func (*FakeImpl) GenerateTOCCallCount

func (fake *FakeImpl) GenerateTOCCallCount() int

func (*FakeImpl) GenerateTOCCalls

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

func (*FakeImpl) GenerateTOCReturns

func (fake *FakeImpl) GenerateTOCReturns(result1 string, result2 error)

func (*FakeImpl) GenerateTOCReturnsOnCall

func (fake *FakeImpl) GenerateTOCReturnsOnCall(i int, result1 string, result2 error)

func (*FakeImpl) GetURLResponse

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

func (*FakeImpl) GetURLResponseArgsForCall

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

func (*FakeImpl) GetURLResponseCallCount

func (fake *FakeImpl) GetURLResponseCallCount() int

func (*FakeImpl) GetURLResponseCalls

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

func (*FakeImpl) GetURLResponseReturns

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

func (*FakeImpl) GetURLResponseReturnsOnCall

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

func (*FakeImpl) Invocations

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

func (*FakeImpl) LatestGitHubTagsPerBranch

func (fake *FakeImpl) LatestGitHubTagsPerBranch() (github.TagsPerBranch, error)

func (*FakeImpl) LatestGitHubTagsPerBranchCallCount

func (fake *FakeImpl) LatestGitHubTagsPerBranchCallCount() int

func (*FakeImpl) LatestGitHubTagsPerBranchCalls

func (fake *FakeImpl) LatestGitHubTagsPerBranchCalls(stub func() (github.TagsPerBranch, error))

func (*FakeImpl) LatestGitHubTagsPerBranchReturns

func (fake *FakeImpl) LatestGitHubTagsPerBranchReturns(result1 github.TagsPerBranch, result2 error)

func (*FakeImpl) LatestGitHubTagsPerBranchReturnsOnCall

func (fake *FakeImpl) LatestGitHubTagsPerBranchReturnsOnCall(i int, result1 github.TagsPerBranch, result2 error)

func (*FakeImpl) MarkdownToHTML

func (fake *FakeImpl) MarkdownToHTML(arg1 string, arg2 io.Writer, arg3 ...parser.ParseOption) error

func (*FakeImpl) MarkdownToHTMLArgsForCall

func (fake *FakeImpl) MarkdownToHTMLArgsForCall(i int) (string, io.Writer, []parser.ParseOption)

func (*FakeImpl) MarkdownToHTMLCallCount

func (fake *FakeImpl) MarkdownToHTMLCallCount() int

func (*FakeImpl) MarkdownToHTMLCalls

func (fake *FakeImpl) MarkdownToHTMLCalls(stub func(string, io.Writer, ...parser.ParseOption) error)

func (*FakeImpl) MarkdownToHTMLReturns

func (fake *FakeImpl) MarkdownToHTMLReturns(result1 error)

func (*FakeImpl) MarkdownToHTMLReturnsOnCall

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

func (*FakeImpl) NewDocument added in v0.7.0

func (fake *FakeImpl) NewDocument(arg1 *notes.ReleaseNotes, arg2 string, arg3 string) (*document.Document, error)

func (*FakeImpl) NewDocumentArgsForCall added in v0.7.0

func (fake *FakeImpl) NewDocumentArgsForCall(i int) (*notes.ReleaseNotes, string, string)

func (*FakeImpl) NewDocumentCallCount added in v0.7.0

func (fake *FakeImpl) NewDocumentCallCount() int

func (*FakeImpl) NewDocumentCalls added in v0.7.0

func (fake *FakeImpl) NewDocumentCalls(stub func(*notes.ReleaseNotes, string, string) (*document.Document, error))

func (*FakeImpl) NewDocumentReturns added in v0.7.0

func (fake *FakeImpl) NewDocumentReturns(result1 *document.Document, result2 error)

func (*FakeImpl) NewDocumentReturnsOnCall added in v0.7.0

func (fake *FakeImpl) NewDocumentReturnsOnCall(i int, result1 *document.Document, result2 error)

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) ParseHTMLTemplate

func (fake *FakeImpl) ParseHTMLTemplate(arg1 string) (*template.Template, error)

func (*FakeImpl) ParseHTMLTemplateArgsForCall

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

func (*FakeImpl) ParseHTMLTemplateCallCount

func (fake *FakeImpl) ParseHTMLTemplateCallCount() int

func (*FakeImpl) ParseHTMLTemplateCalls

func (fake *FakeImpl) ParseHTMLTemplateCalls(stub func(string) (*template.Template, error))

func (*FakeImpl) ParseHTMLTemplateReturns

func (fake *FakeImpl) ParseHTMLTemplateReturns(result1 *template.Template, result2 error)

func (*FakeImpl) ParseHTMLTemplateReturnsOnCall

func (fake *FakeImpl) ParseHTMLTemplateReturnsOnCall(i int, result1 *template.Template, result2 error)

func (*FakeImpl) ReadFile

func (fake *FakeImpl) ReadFile(arg1 string) ([]byte, error)

func (*FakeImpl) ReadFileArgsForCall

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

func (*FakeImpl) ReadFileCallCount

func (fake *FakeImpl) ReadFileCallCount() int

func (*FakeImpl) ReadFileCalls

func (fake *FakeImpl) ReadFileCalls(stub func(string) ([]byte, error))

func (*FakeImpl) ReadFileReturns

func (fake *FakeImpl) ReadFileReturns(result1 []byte, result2 error)

func (*FakeImpl) ReadFileReturnsOnCall

func (fake *FakeImpl) ReadFileReturnsOnCall(i int, result1 []byte, result2 error)

func (*FakeImpl) RenderMarkdownTemplate

func (fake *FakeImpl) RenderMarkdownTemplate(arg1 *document.Document, arg2 string, arg3 string, arg4 string, arg5 string) (string, error)

func (*FakeImpl) RenderMarkdownTemplateArgsForCall

func (fake *FakeImpl) RenderMarkdownTemplateArgsForCall(i int) (*document.Document, string, string, string, string)

func (*FakeImpl) RenderMarkdownTemplateCallCount

func (fake *FakeImpl) RenderMarkdownTemplateCallCount() int

func (*FakeImpl) RenderMarkdownTemplateCalls

func (fake *FakeImpl) RenderMarkdownTemplateCalls(stub func(*document.Document, string, string, string, string) (string, error))

func (*FakeImpl) RenderMarkdownTemplateReturns

func (fake *FakeImpl) RenderMarkdownTemplateReturns(result1 string, result2 error)

func (*FakeImpl) RenderMarkdownTemplateReturnsOnCall

func (fake *FakeImpl) RenderMarkdownTemplateReturnsOnCall(i int, result1 string, result2 error)

func (*FakeImpl) RepoDir

func (fake *FakeImpl) RepoDir(arg1 *git.Repo) string

func (*FakeImpl) RepoDirArgsForCall

func (fake *FakeImpl) RepoDirArgsForCall(i int) *git.Repo

func (*FakeImpl) RepoDirCallCount

func (fake *FakeImpl) RepoDirCallCount() int

func (*FakeImpl) RepoDirCalls

func (fake *FakeImpl) RepoDirCalls(stub func(*git.Repo) string)

func (*FakeImpl) RepoDirReturns

func (fake *FakeImpl) RepoDirReturns(result1 string)

func (*FakeImpl) RepoDirReturnsOnCall

func (fake *FakeImpl) RepoDirReturnsOnCall(i int, result1 string)

func (*FakeImpl) RevParse

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

func (*FakeImpl) RevParseArgsForCall

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

func (*FakeImpl) RevParseCallCount

func (fake *FakeImpl) RevParseCallCount() int

func (*FakeImpl) RevParseCalls

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

func (*FakeImpl) RevParseReturns

func (fake *FakeImpl) RevParseReturns(result1 string, result2 error)

func (*FakeImpl) RevParseReturnsOnCall

func (fake *FakeImpl) RevParseReturnsOnCall(i int, result1 string, result2 error)

func (*FakeImpl) RevParseTag added in v0.8.0

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

func (*FakeImpl) RevParseTagArgsForCall added in v0.8.0

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

func (*FakeImpl) RevParseTagCallCount added in v0.8.0

func (fake *FakeImpl) RevParseTagCallCount() int

func (*FakeImpl) RevParseTagCalls added in v0.8.0

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

func (*FakeImpl) RevParseTagReturns added in v0.8.0

func (fake *FakeImpl) RevParseTagReturns(result1 string, result2 error)

func (*FakeImpl) RevParseTagReturnsOnCall added in v0.8.0

func (fake *FakeImpl) RevParseTagReturnsOnCall(i int, result1 string, result2 error)

func (*FakeImpl) Rm

func (fake *FakeImpl) Rm(arg1 *git.Repo, arg2 bool, arg3 ...string) error

func (*FakeImpl) RmArgsForCall

func (fake *FakeImpl) RmArgsForCall(i int) (*git.Repo, bool, []string)

func (*FakeImpl) RmCallCount

func (fake *FakeImpl) RmCallCount() int

func (*FakeImpl) RmCalls

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

func (*FakeImpl) RmReturns

func (fake *FakeImpl) RmReturns(result1 error)

func (*FakeImpl) RmReturnsOnCall

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

func (*FakeImpl) Stat

func (fake *FakeImpl) Stat(arg1 string) (fs.FileInfo, error)

func (*FakeImpl) StatArgsForCall

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

func (*FakeImpl) StatCallCount

func (fake *FakeImpl) StatCallCount() int

func (*FakeImpl) StatCalls

func (fake *FakeImpl) StatCalls(stub func(string) (fs.FileInfo, error))

func (*FakeImpl) StatReturns

func (fake *FakeImpl) StatReturns(result1 fs.FileInfo, result2 error)

func (*FakeImpl) StatReturnsOnCall

func (fake *FakeImpl) StatReturnsOnCall(i int, result1 fs.FileInfo, result2 error)

func (*FakeImpl) TagStringToSemver

func (fake *FakeImpl) TagStringToSemver(arg1 string) (semver.Version, error)

func (*FakeImpl) TagStringToSemverArgsForCall

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

func (*FakeImpl) TagStringToSemverCallCount

func (fake *FakeImpl) TagStringToSemverCallCount() int

func (*FakeImpl) TagStringToSemverCalls

func (fake *FakeImpl) TagStringToSemverCalls(stub func(string) (semver.Version, error))

func (*FakeImpl) TagStringToSemverReturns

func (fake *FakeImpl) TagStringToSemverReturns(result1 semver.Version, result2 error)

func (*FakeImpl) TagStringToSemverReturnsOnCall

func (fake *FakeImpl) TagStringToSemverReturnsOnCall(i int, result1 semver.Version, result2 error)

func (*FakeImpl) TemplateExecute

func (fake *FakeImpl) TemplateExecute(arg1 *template.Template, arg2 io.Writer, arg3 interface{}) error

func (*FakeImpl) TemplateExecuteArgsForCall

func (fake *FakeImpl) TemplateExecuteArgsForCall(i int) (*template.Template, io.Writer, interface{})

func (*FakeImpl) TemplateExecuteCallCount

func (fake *FakeImpl) TemplateExecuteCallCount() int

func (*FakeImpl) TemplateExecuteCalls

func (fake *FakeImpl) TemplateExecuteCalls(stub func(*template.Template, io.Writer, interface{}) error)

func (*FakeImpl) TemplateExecuteReturns

func (fake *FakeImpl) TemplateExecuteReturns(result1 error)

func (*FakeImpl) TemplateExecuteReturnsOnCall

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

func (*FakeImpl) ValidateAndFinish

func (fake *FakeImpl) ValidateAndFinish(arg1 *options.Options) error

func (*FakeImpl) ValidateAndFinishArgsForCall

func (fake *FakeImpl) ValidateAndFinishArgsForCall(i int) *options.Options

func (*FakeImpl) ValidateAndFinishCallCount

func (fake *FakeImpl) ValidateAndFinishCallCount() int

func (*FakeImpl) ValidateAndFinishCalls

func (fake *FakeImpl) ValidateAndFinishCalls(stub func(*options.Options) error)

func (*FakeImpl) ValidateAndFinishReturns

func (fake *FakeImpl) ValidateAndFinishReturns(result1 error)

func (*FakeImpl) ValidateAndFinishReturnsOnCall

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

func (*FakeImpl) WriteFile

func (fake *FakeImpl) WriteFile(arg1 string, arg2 []byte, arg3 fs.FileMode) error

func (*FakeImpl) WriteFileArgsForCall

func (fake *FakeImpl) WriteFileArgsForCall(i int) (string, []byte, fs.FileMode)

func (*FakeImpl) WriteFileCallCount

func (fake *FakeImpl) WriteFileCallCount() int

func (*FakeImpl) WriteFileCalls

func (fake *FakeImpl) WriteFileCalls(stub func(string, []byte, fs.FileMode) error)

func (*FakeImpl) WriteFileReturns

func (fake *FakeImpl) WriteFileReturns(result1 error)

func (*FakeImpl) WriteFileReturnsOnCall

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

Jump to

Keyboard shortcuts

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