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) 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)
- 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 CommitStub func() error CreateBranchStub func() error CreateRepositoryStub func() error HasChangesStub func() (bool, error) IsRepositoryStub func() error PushStub func() error // contains filtered or unexported fields }
func (*FakeGit) AddCallCount ¶
func (*FakeGit) AddReturns ¶
func (*FakeGit) AddReturnsOnCall ¶
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 ¶
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.