Documentation
¶
Overview ¶
This file was generated by counterfeiter
Index ¶
- type FakeZipper
- func (fake *FakeZipper) IsZipFile(path string) bool
- func (fake *FakeZipper) IsZipFileArgsForCall(i int) string
- func (fake *FakeZipper) IsZipFileCallCount() int
- func (fake *FakeZipper) IsZipFileReturns(result1 bool)
- func (fake *FakeZipper) Unzip(srcDir string, destDir string) error
- func (fake *FakeZipper) UnzipArgsForCall(i int) (string, string)
- func (fake *FakeZipper) UnzipCallCount() int
- func (fake *FakeZipper) UnzipReturns(result1 error)
- func (fake *FakeZipper) Zip(srcDir string, cfIgnore cf_ignore.CFIgnore) (string, error)
- func (fake *FakeZipper) ZipArgsForCall(i int) (string, cf_ignore.CFIgnore)
- func (fake *FakeZipper) ZipCallCount() int
- func (fake *FakeZipper) ZipReturns(result1 string, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeZipper ¶
type FakeZipper struct { ZipStub func(srcDir string, cfIgnore cf_ignore.CFIgnore) (string, error) IsZipFileStub func(path string) bool UnzipStub func(srcDir string, destDir string) error // contains filtered or unexported fields }
func (*FakeZipper) IsZipFile ¶
func (fake *FakeZipper) IsZipFile(path string) bool
func (*FakeZipper) IsZipFileArgsForCall ¶
func (fake *FakeZipper) IsZipFileArgsForCall(i int) string
func (*FakeZipper) IsZipFileCallCount ¶
func (fake *FakeZipper) IsZipFileCallCount() int
func (*FakeZipper) IsZipFileReturns ¶
func (fake *FakeZipper) IsZipFileReturns(result1 bool)
func (*FakeZipper) UnzipArgsForCall ¶
func (fake *FakeZipper) UnzipArgsForCall(i int) (string, string)
func (*FakeZipper) UnzipCallCount ¶
func (fake *FakeZipper) UnzipCallCount() int
func (*FakeZipper) UnzipReturns ¶
func (fake *FakeZipper) UnzipReturns(result1 error)
func (*FakeZipper) ZipArgsForCall ¶
func (fake *FakeZipper) ZipArgsForCall(i int) (string, cf_ignore.CFIgnore)
func (*FakeZipper) ZipCallCount ¶
func (fake *FakeZipper) ZipCallCount() int
func (*FakeZipper) ZipReturns ¶
func (fake *FakeZipper) ZipReturns(result1 string, result2 error)
Click to show internal directories.
Click to hide internal directories.