Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeGit
- func (fake *FakeGit) Clone(arg1 context.Context, arg2 string, arg3 string, arg4 string) (bool, error)
- func (fake *FakeGit) CloneArgsForCall(i int) (context.Context, string, string, string)
- func (fake *FakeGit) CloneCallCount() int
- func (fake *FakeGit) CloneCalls(stub func(context.Context, string, string, string) (bool, error))
- func (fake *FakeGit) CloneReturns(result1 bool, result2 error)
- func (fake *FakeGit) CloneReturnsOnCall(i int, result1 bool, result2 error)
- func (fake *FakeGit) Commit(arg1 git.Commit) (string, error)
- func (fake *FakeGit) CommitArgsForCall(i int) git.Commit
- func (fake *FakeGit) CommitCallCount() int
- func (fake *FakeGit) CommitCalls(stub func(git.Commit) (string, error))
- func (fake *FakeGit) CommitReturns(result1 string, result2 error)
- func (fake *FakeGit) CommitReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeGit) Head() (string, error)
- func (fake *FakeGit) HeadCallCount() int
- func (fake *FakeGit) HeadCalls(stub func() (string, error))
- func (fake *FakeGit) HeadReturns(result1 string, result2 error)
- func (fake *FakeGit) HeadReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeGit) Init(arg1 string, arg2 string, arg3 string) (bool, error)
- func (fake *FakeGit) InitArgsForCall(i int) (string, string, string)
- func (fake *FakeGit) InitCallCount() int
- func (fake *FakeGit) InitCalls(stub func(string, string, string) (bool, error))
- func (fake *FakeGit) InitReturns(result1 bool, result2 error)
- func (fake *FakeGit) InitReturnsOnCall(i int, result1 bool, result2 error)
- func (fake *FakeGit) Invocations() map[string][][]interface{}
- func (fake *FakeGit) Open(arg1 string) (*gita.Repository, error)
- func (fake *FakeGit) OpenArgsForCall(i int) string
- func (fake *FakeGit) OpenCallCount() int
- func (fake *FakeGit) OpenCalls(stub func(string) (*gita.Repository, error))
- func (fake *FakeGit) OpenReturns(result1 *gita.Repository, result2 error)
- func (fake *FakeGit) OpenReturnsOnCall(i int, result1 *gita.Repository, result2 error)
- func (fake *FakeGit) Push(arg1 context.Context) error
- func (fake *FakeGit) PushArgsForCall(i int) context.Context
- func (fake *FakeGit) PushCallCount() int
- func (fake *FakeGit) PushCalls(stub func(context.Context) error)
- func (fake *FakeGit) PushReturns(result1 error)
- func (fake *FakeGit) PushReturnsOnCall(i int, result1 error)
- func (fake *FakeGit) Status() (bool, error)
- func (fake *FakeGit) StatusCallCount() int
- func (fake *FakeGit) StatusCalls(stub func() (bool, error))
- func (fake *FakeGit) StatusReturns(result1 bool, result2 error)
- func (fake *FakeGit) StatusReturnsOnCall(i int, result1 bool, result2 error)
- func (fake *FakeGit) Write(arg1 string, arg2 []byte) error
- func (fake *FakeGit) WriteArgsForCall(i int) (string, []byte)
- func (fake *FakeGit) WriteCallCount() int
- func (fake *FakeGit) WriteCalls(stub func(string, []byte) error)
- func (fake *FakeGit) WriteReturns(result1 error)
- func (fake *FakeGit) WriteReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeGit ¶
type FakeGit struct { CloneStub func(context.Context, string, string, string) (bool, error) CommitStub func(git.Commit) (string, error) HeadStub func() (string, error) InitStub func(string, string, string) (bool, error) OpenStub func(string) (*gita.Repository, error) PushStub func(context.Context) error StatusStub func() (bool, error) WriteStub func(string, []byte) error // contains filtered or unexported fields }
func (*FakeGit) CloneArgsForCall ¶
func (*FakeGit) CloneCallCount ¶
func (*FakeGit) CloneCalls ¶
func (*FakeGit) CloneReturns ¶
func (*FakeGit) CloneReturnsOnCall ¶
func (*FakeGit) CommitCallCount ¶
func (*FakeGit) CommitCalls ¶
func (*FakeGit) CommitReturns ¶
func (*FakeGit) CommitReturnsOnCall ¶
func (*FakeGit) HeadCallCount ¶
func (*FakeGit) HeadReturns ¶
func (*FakeGit) HeadReturnsOnCall ¶
func (*FakeGit) InitArgsForCall ¶
func (*FakeGit) InitCallCount ¶
func (*FakeGit) InitReturns ¶
func (*FakeGit) InitReturnsOnCall ¶
func (*FakeGit) Invocations ¶
func (*FakeGit) OpenArgsForCall ¶
func (*FakeGit) OpenCallCount ¶
func (*FakeGit) OpenCalls ¶
func (fake *FakeGit) OpenCalls(stub func(string) (*gita.Repository, error))
func (*FakeGit) OpenReturns ¶
func (fake *FakeGit) OpenReturns(result1 *gita.Repository, result2 error)
func (*FakeGit) OpenReturnsOnCall ¶
func (fake *FakeGit) OpenReturnsOnCall(i int, result1 *gita.Repository, result2 error)
func (*FakeGit) PushCallCount ¶
func (*FakeGit) PushReturns ¶
func (*FakeGit) PushReturnsOnCall ¶
func (*FakeGit) StatusCallCount ¶
func (*FakeGit) StatusCalls ¶
func (*FakeGit) StatusReturns ¶
func (*FakeGit) StatusReturnsOnCall ¶
func (*FakeGit) WriteCallCount ¶
func (*FakeGit) WriteReturns ¶
func (*FakeGit) WriteReturnsOnCall ¶
Click to show internal directories.
Click to hide internal directories.