Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeGit
- func (fake *FakeGit) Add() error
- func (fake *FakeGit) AddCallCount() int
- func (fake *FakeGit) AddCalls(stub func() error)
- func (fake *FakeGit) AddReturns(result1 error)
- func (fake *FakeGit) AddReturnsOnCall(i int, result1 error)
- func (fake *FakeGit) Clone(arg1 string, arg2 string, arg3 string) error
- func (fake *FakeGit) CloneArgsForCall(i int) (string, string, string)
- func (fake *FakeGit) CloneCallCount() int
- func (fake *FakeGit) CloneCalls(stub func(string, string, string) error)
- func (fake *FakeGit) CloneReturns(result1 error)
- func (fake *FakeGit) CloneReturnsOnCall(i int, result1 error)
- func (fake *FakeGit) Commit() error
- func (fake *FakeGit) CommitCallCount() int
- func (fake *FakeGit) CommitCalls(stub func() error)
- func (fake *FakeGit) CommitReturns(result1 error)
- func (fake *FakeGit) CommitReturnsOnCall(i int, result1 error)
- func (fake *FakeGit) CreateBranch() error
- func (fake *FakeGit) CreateBranchCallCount() int
- func (fake *FakeGit) CreateBranchCalls(stub func() error)
- func (fake *FakeGit) CreateBranchReturns(result1 error)
- func (fake *FakeGit) CreateBranchReturnsOnCall(i int, result1 error)
- func (fake *FakeGit) CreateRepository() error
- func (fake *FakeGit) CreateRepositoryCallCount() int
- func (fake *FakeGit) CreateRepositoryCalls(stub func() error)
- func (fake *FakeGit) CreateRepositoryReturns(result1 error)
- func (fake *FakeGit) CreateRepositoryReturnsOnCall(i int, result1 error)
- func (fake *FakeGit) HasChanges() (bool, error)
- func (fake *FakeGit) HasChangesCallCount() int
- func (fake *FakeGit) HasChangesCalls(stub func() (bool, error))
- func (fake *FakeGit) HasChangesReturns(result1 bool, result2 error)
- func (fake *FakeGit) HasChangesReturnsOnCall(i int, result1 bool, result2 error)
- func (fake *FakeGit) Invocations() map[string][][]interface{}
- func (fake *FakeGit) IsRepository() error
- func (fake *FakeGit) IsRepositoryCallCount() int
- func (fake *FakeGit) IsRepositoryCalls(stub func() error)
- func (fake *FakeGit) IsRepositoryReturns(result1 error)
- func (fake *FakeGit) IsRepositoryReturnsOnCall(i int, result1 error)
- func (fake *FakeGit) Push() error
- func (fake *FakeGit) PushCallCount() int
- func (fake *FakeGit) PushCalls(stub func() error)
- func (fake *FakeGit) PushReturns(result1 error)
- func (fake *FakeGit) PushReturnsOnCall(i int, result1 error)
- func (fake *FakeGit) SparseClone(arg1 string, arg2 string, arg3 string, arg4 string) error
- func (fake *FakeGit) SparseCloneArgsForCall(i int) (string, string, string, string)
- func (fake *FakeGit) SparseCloneCallCount() int
- func (fake *FakeGit) SparseCloneCalls(stub func(string, string, string, string) error)
- func (fake *FakeGit) SparseCloneReturns(result1 error)
- func (fake *FakeGit) SparseCloneReturnsOnCall(i int, result1 error)
- type FakeSCMClient
- func (fake *FakeSCMClient) CreatePullRequest() error
- func (fake *FakeSCMClient) CreatePullRequestCallCount() int
- func (fake *FakeSCMClient) CreatePullRequestCalls(stub func() error)
- func (fake *FakeSCMClient) CreatePullRequestReturns(result1 error)
- func (fake *FakeSCMClient) CreatePullRequestReturnsOnCall(i int, result1 error)
- func (fake *FakeSCMClient) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeGit ¶
type FakeGit struct {
AddStub func() error
CloneStub func(string, string, string) error
CommitStub func() error
CreateBranchStub func() error
CreateRepositoryStub func() error
HasChangesStub func() (bool, error)
IsRepositoryStub func() error
PushStub func() error
SparseCloneStub func(string, string, string, string) error
// contains filtered or unexported fields
}
func (*FakeGit) AddCallCount ¶
func (fake *FakeGit) AddCallCount() int
func (*FakeGit) AddReturns ¶
func (fake *FakeGit) AddReturns(result1 error)
func (*FakeGit) AddReturnsOnCall ¶
func (fake *FakeGit) AddReturnsOnCall(i int, result1 error)
func (*FakeGit) Clone ¶ added in v0.0.3
func (fake *FakeGit) Clone(arg1 string, arg2 string, arg3 string) error
func (*FakeGit) CloneArgsForCall ¶ added in v0.0.3
func (fake *FakeGit) CloneArgsForCall(i int) (string, string, string)
func (*FakeGit) CloneCallCount ¶ added in v0.0.3
func (fake *FakeGit) CloneCallCount() int
func (*FakeGit) CloneCalls ¶ added in v0.0.3
func (fake *FakeGit) CloneCalls(stub func(string, string, string) error)
func (*FakeGit) CloneReturns ¶ added in v0.0.3
func (fake *FakeGit) CloneReturns(result1 error)
func (*FakeGit) CloneReturnsOnCall ¶ added in v0.0.3
func (fake *FakeGit) CloneReturnsOnCall(i int, result1 error)
func (*FakeGit) CommitCallCount ¶
func (fake *FakeGit) CommitCallCount() int
func (*FakeGit) CommitCalls ¶
func (fake *FakeGit) CommitCalls(stub func() error)
func (*FakeGit) CommitReturns ¶
func (fake *FakeGit) CommitReturns(result1 error)
func (*FakeGit) CommitReturnsOnCall ¶
func (fake *FakeGit) CommitReturnsOnCall(i int, result1 error)
func (*FakeGit) CreateBranch ¶
func (fake *FakeGit) CreateBranch() error
func (*FakeGit) CreateBranchCallCount ¶
func (fake *FakeGit) CreateBranchCallCount() int
func (*FakeGit) CreateBranchCalls ¶
func (fake *FakeGit) CreateBranchCalls(stub func() error)
func (*FakeGit) CreateBranchReturns ¶
func (fake *FakeGit) CreateBranchReturns(result1 error)
func (*FakeGit) CreateBranchReturnsOnCall ¶
func (fake *FakeGit) CreateBranchReturnsOnCall(i int, result1 error)
func (*FakeGit) CreateRepository ¶
func (fake *FakeGit) CreateRepository() error
func (*FakeGit) CreateRepositoryCallCount ¶
func (fake *FakeGit) CreateRepositoryCallCount() int
func (*FakeGit) CreateRepositoryCalls ¶
func (fake *FakeGit) CreateRepositoryCalls(stub func() error)
func (*FakeGit) CreateRepositoryReturns ¶
func (fake *FakeGit) CreateRepositoryReturns(result1 error)
func (*FakeGit) CreateRepositoryReturnsOnCall ¶
func (fake *FakeGit) CreateRepositoryReturnsOnCall(i int, result1 error)
func (*FakeGit) HasChanges ¶
func (fake *FakeGit) HasChanges() (bool, error)
func (*FakeGit) HasChangesCallCount ¶
func (fake *FakeGit) HasChangesCallCount() int
func (*FakeGit) HasChangesCalls ¶
func (fake *FakeGit) HasChangesCalls(stub func() (bool, error))
func (*FakeGit) HasChangesReturns ¶
func (fake *FakeGit) HasChangesReturns(result1 bool, result2 error)
func (*FakeGit) HasChangesReturnsOnCall ¶
func (fake *FakeGit) HasChangesReturnsOnCall(i int, result1 bool, result2 error)
func (*FakeGit) Invocations ¶
func (fake *FakeGit) Invocations() map[string][][]interface{}
func (*FakeGit) IsRepository ¶
func (fake *FakeGit) IsRepository() error
func (*FakeGit) IsRepositoryCallCount ¶
func (fake *FakeGit) IsRepositoryCallCount() int
func (*FakeGit) IsRepositoryCalls ¶
func (fake *FakeGit) IsRepositoryCalls(stub func() error)
func (*FakeGit) IsRepositoryReturns ¶
func (fake *FakeGit) IsRepositoryReturns(result1 error)
func (*FakeGit) IsRepositoryReturnsOnCall ¶
func (fake *FakeGit) IsRepositoryReturnsOnCall(i int, result1 error)
func (*FakeGit) PushCallCount ¶
func (fake *FakeGit) PushCallCount() int
func (*FakeGit) PushReturns ¶
func (fake *FakeGit) PushReturns(result1 error)
func (*FakeGit) PushReturnsOnCall ¶
func (fake *FakeGit) PushReturnsOnCall(i int, result1 error)
func (*FakeGit) SparseClone ¶ added in v0.0.3
func (fake *FakeGit) SparseClone(arg1 string, arg2 string, arg3 string, arg4 string) error
func (*FakeGit) SparseCloneArgsForCall ¶ added in v0.0.3
func (fake *FakeGit) SparseCloneArgsForCall(i int) (string, string, string, string)
func (*FakeGit) SparseCloneCallCount ¶ added in v0.0.3
func (fake *FakeGit) SparseCloneCallCount() int
func (*FakeGit) SparseCloneCalls ¶ added in v0.0.3
func (fake *FakeGit) SparseCloneCalls(stub func(string, string, string, string) error)
func (*FakeGit) SparseCloneReturns ¶ added in v0.0.3
func (fake *FakeGit) SparseCloneReturns(result1 error)
func (*FakeGit) SparseCloneReturnsOnCall ¶ added in v0.0.3
func (fake *FakeGit) SparseCloneReturnsOnCall(i int, result1 error)
type FakeSCMClient ¶
type FakeSCMClient struct {
CreatePullRequestStub func() error
// contains filtered or unexported fields
}
func (*FakeSCMClient) CreatePullRequest ¶
func (fake *FakeSCMClient) CreatePullRequest() error
func (*FakeSCMClient) CreatePullRequestCallCount ¶
func (fake *FakeSCMClient) CreatePullRequestCallCount() int
func (*FakeSCMClient) CreatePullRequestCalls ¶
func (fake *FakeSCMClient) CreatePullRequestCalls(stub func() error)
func (*FakeSCMClient) CreatePullRequestReturns ¶
func (fake *FakeSCMClient) CreatePullRequestReturns(result1 error)
func (*FakeSCMClient) CreatePullRequestReturnsOnCall ¶
func (fake *FakeSCMClient) CreatePullRequestReturnsOnCall(i int, result1 error)
func (*FakeSCMClient) Invocations ¶
func (fake *FakeSCMClient) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.