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 (*FakeGit) AddReturns ¶
func (*FakeGit) AddReturnsOnCall ¶
func (*FakeGit) CloneArgsForCall ¶ added in v0.0.3
func (*FakeGit) CloneCallCount ¶ added in v0.0.3
func (*FakeGit) CloneCalls ¶ added in v0.0.3
func (*FakeGit) CloneReturns ¶ added in v0.0.3
func (*FakeGit) CloneReturnsOnCall ¶ added in v0.0.3
func (*FakeGit) CommitCallCount ¶
func (*FakeGit) CommitCalls ¶
func (*FakeGit) CommitReturns ¶
func (*FakeGit) CommitReturnsOnCall ¶
func (*FakeGit) CreateBranch ¶
func (*FakeGit) CreateBranchCallCount ¶
func (*FakeGit) CreateBranchCalls ¶
func (*FakeGit) CreateBranchReturns ¶
func (*FakeGit) CreateBranchReturnsOnCall ¶
func (*FakeGit) CreateRepository ¶
func (*FakeGit) CreateRepositoryCallCount ¶
func (*FakeGit) CreateRepositoryCalls ¶
func (*FakeGit) CreateRepositoryReturns ¶
func (*FakeGit) CreateRepositoryReturnsOnCall ¶
func (*FakeGit) HasChanges ¶
func (*FakeGit) HasChangesCallCount ¶
func (*FakeGit) HasChangesCalls ¶
func (*FakeGit) HasChangesReturns ¶
func (*FakeGit) HasChangesReturnsOnCall ¶
func (*FakeGit) Invocations ¶
func (*FakeGit) IsRepository ¶
func (*FakeGit) IsRepositoryCallCount ¶
func (*FakeGit) IsRepositoryCalls ¶
func (*FakeGit) IsRepositoryReturns ¶
func (*FakeGit) IsRepositoryReturnsOnCall ¶
func (*FakeGit) PushCallCount ¶
func (*FakeGit) PushReturns ¶
func (*FakeGit) PushReturnsOnCall ¶
func (*FakeGit) SparseClone ¶ added in v0.0.3
func (*FakeGit) SparseCloneArgsForCall ¶ added in v0.0.3
func (*FakeGit) SparseCloneCallCount ¶ added in v0.0.3
func (*FakeGit) SparseCloneCalls ¶ added in v0.0.3
func (*FakeGit) SparseCloneReturns ¶ added in v0.0.3
func (*FakeGit) SparseCloneReturnsOnCall ¶ added in v0.0.3
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.