Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeApkImplementation
- func (fake *FakeApkImplementation) FixateWorld(arg1 bool, arg2 bool, arg3 bool, arg4 *time.Time) error
- func (fake *FakeApkImplementation) FixateWorldArgsForCall(i int) (bool, bool, bool, *time.Time)
- func (fake *FakeApkImplementation) FixateWorldCallCount() int
- func (fake *FakeApkImplementation) FixateWorldCalls(stub func(bool, bool, bool, *time.Time) error)
- func (fake *FakeApkImplementation) FixateWorldReturns(result1 error)
- func (fake *FakeApkImplementation) FixateWorldReturnsOnCall(i int, result1 error)
- func (fake *FakeApkImplementation) GetInstalled() ([]*impl.InstalledPackage, error)
- func (fake *FakeApkImplementation) GetInstalledCallCount() int
- func (fake *FakeApkImplementation) GetInstalledCalls(stub func() ([]*impl.InstalledPackage, error))
- func (fake *FakeApkImplementation) GetInstalledReturns(result1 []*impl.InstalledPackage, result2 error)
- func (fake *FakeApkImplementation) GetInstalledReturnsOnCall(i int, result1 []*impl.InstalledPackage, result2 error)
- func (fake *FakeApkImplementation) GetRepositories() ([]string, error)
- func (fake *FakeApkImplementation) GetRepositoriesCallCount() int
- func (fake *FakeApkImplementation) GetRepositoriesCalls(stub func() ([]string, error))
- func (fake *FakeApkImplementation) GetRepositoriesReturns(result1 []string, result2 error)
- func (fake *FakeApkImplementation) GetRepositoriesReturnsOnCall(i int, result1 []string, result2 error)
- func (fake *FakeApkImplementation) GetWorld() ([]string, error)
- func (fake *FakeApkImplementation) GetWorldCallCount() int
- func (fake *FakeApkImplementation) GetWorldCalls(stub func() ([]string, error))
- func (fake *FakeApkImplementation) GetWorldReturns(result1 []string, result2 error)
- func (fake *FakeApkImplementation) GetWorldReturnsOnCall(i int, result1 []string, result2 error)
- func (fake *FakeApkImplementation) InitDB(arg1 ...string) error
- func (fake *FakeApkImplementation) InitDBArgsForCall(i int) []string
- func (fake *FakeApkImplementation) InitDBCallCount() int
- func (fake *FakeApkImplementation) InitDBCalls(stub func(...string) error)
- func (fake *FakeApkImplementation) InitDBReturns(result1 error)
- func (fake *FakeApkImplementation) InitDBReturnsOnCall(i int, result1 error)
- func (fake *FakeApkImplementation) InitKeyring(arg1 []string, arg2 []string) error
- func (fake *FakeApkImplementation) InitKeyringArgsForCall(i int) ([]string, []string)
- func (fake *FakeApkImplementation) InitKeyringCallCount() int
- func (fake *FakeApkImplementation) InitKeyringCalls(stub func([]string, []string) error)
- func (fake *FakeApkImplementation) InitKeyringReturns(result1 error)
- func (fake *FakeApkImplementation) InitKeyringReturnsOnCall(i int, result1 error)
- func (fake *FakeApkImplementation) Invocations() map[string][][]interface{}
- func (fake *FakeApkImplementation) ListInitFiles() []tar.Header
- func (fake *FakeApkImplementation) ListInitFilesCallCount() int
- func (fake *FakeApkImplementation) ListInitFilesCalls(stub func() []tar.Header)
- func (fake *FakeApkImplementation) ListInitFilesReturns(result1 []tar.Header)
- func (fake *FakeApkImplementation) ListInitFilesReturnsOnCall(i int, result1 []tar.Header)
- func (fake *FakeApkImplementation) ResolveWorld() ([]*repository.RepositoryPackage, []string, error)
- func (fake *FakeApkImplementation) ResolveWorldCallCount() int
- func (fake *FakeApkImplementation) ResolveWorldCalls(stub func() ([]*repository.RepositoryPackage, []string, error))
- func (fake *FakeApkImplementation) ResolveWorldReturns(result1 []*repository.RepositoryPackage, result2 []string, result3 error)
- func (fake *FakeApkImplementation) ResolveWorldReturnsOnCall(i int, result1 []*repository.RepositoryPackage, result2 []string, ...)
- func (fake *FakeApkImplementation) SetRepositories(arg1 []string) error
- func (fake *FakeApkImplementation) SetRepositoriesArgsForCall(i int) []string
- func (fake *FakeApkImplementation) SetRepositoriesCallCount() int
- func (fake *FakeApkImplementation) SetRepositoriesCalls(stub func([]string) error)
- func (fake *FakeApkImplementation) SetRepositoriesReturns(result1 error)
- func (fake *FakeApkImplementation) SetRepositoriesReturnsOnCall(i int, result1 error)
- func (fake *FakeApkImplementation) SetWorld(arg1 []string) error
- func (fake *FakeApkImplementation) SetWorldArgsForCall(i int) []string
- func (fake *FakeApkImplementation) SetWorldCallCount() int
- func (fake *FakeApkImplementation) SetWorldCalls(stub func([]string) error)
- func (fake *FakeApkImplementation) SetWorldReturns(result1 error)
- func (fake *FakeApkImplementation) SetWorldReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeApkImplementation ¶
type FakeApkImplementation struct { FixateWorldStub func(bool, bool, bool, *time.Time) error GetInstalledStub func() ([]*impl.InstalledPackage, error) GetRepositoriesStub func() ([]string, error) GetWorldStub func() ([]string, error) InitDBStub func(...string) error InitKeyringStub func([]string, []string) error ListInitFilesStub func() []tar.Header ResolveWorldStub func() ([]*repository.RepositoryPackage, []string, error) SetRepositoriesStub func([]string) error SetWorldStub func([]string) error // contains filtered or unexported fields }
func (*FakeApkImplementation) FixateWorld ¶
func (*FakeApkImplementation) FixateWorldArgsForCall ¶
func (*FakeApkImplementation) FixateWorldCallCount ¶
func (fake *FakeApkImplementation) FixateWorldCallCount() int
func (*FakeApkImplementation) FixateWorldCalls ¶
func (*FakeApkImplementation) FixateWorldReturns ¶
func (fake *FakeApkImplementation) FixateWorldReturns(result1 error)
func (*FakeApkImplementation) FixateWorldReturnsOnCall ¶
func (fake *FakeApkImplementation) FixateWorldReturnsOnCall(i int, result1 error)
func (*FakeApkImplementation) GetInstalled ¶ added in v0.7.0
func (fake *FakeApkImplementation) GetInstalled() ([]*impl.InstalledPackage, error)
func (*FakeApkImplementation) GetInstalledCallCount ¶ added in v0.7.0
func (fake *FakeApkImplementation) GetInstalledCallCount() int
func (*FakeApkImplementation) GetInstalledCalls ¶ added in v0.7.0
func (fake *FakeApkImplementation) GetInstalledCalls(stub func() ([]*impl.InstalledPackage, error))
func (*FakeApkImplementation) GetInstalledReturns ¶ added in v0.7.0
func (fake *FakeApkImplementation) GetInstalledReturns(result1 []*impl.InstalledPackage, result2 error)
func (*FakeApkImplementation) GetInstalledReturnsOnCall ¶ added in v0.7.0
func (fake *FakeApkImplementation) GetInstalledReturnsOnCall(i int, result1 []*impl.InstalledPackage, result2 error)
func (*FakeApkImplementation) GetRepositories ¶ added in v0.7.0
func (fake *FakeApkImplementation) GetRepositories() ([]string, error)
func (*FakeApkImplementation) GetRepositoriesCallCount ¶ added in v0.7.0
func (fake *FakeApkImplementation) GetRepositoriesCallCount() int
func (*FakeApkImplementation) GetRepositoriesCalls ¶ added in v0.7.0
func (fake *FakeApkImplementation) GetRepositoriesCalls(stub func() ([]string, error))
func (*FakeApkImplementation) GetRepositoriesReturns ¶ added in v0.7.0
func (fake *FakeApkImplementation) GetRepositoriesReturns(result1 []string, result2 error)
func (*FakeApkImplementation) GetRepositoriesReturnsOnCall ¶ added in v0.7.0
func (fake *FakeApkImplementation) GetRepositoriesReturnsOnCall(i int, result1 []string, result2 error)
func (*FakeApkImplementation) GetWorld ¶ added in v0.7.0
func (fake *FakeApkImplementation) GetWorld() ([]string, error)
func (*FakeApkImplementation) GetWorldCallCount ¶ added in v0.7.0
func (fake *FakeApkImplementation) GetWorldCallCount() int
func (*FakeApkImplementation) GetWorldCalls ¶ added in v0.7.0
func (fake *FakeApkImplementation) GetWorldCalls(stub func() ([]string, error))
func (*FakeApkImplementation) GetWorldReturns ¶ added in v0.7.0
func (fake *FakeApkImplementation) GetWorldReturns(result1 []string, result2 error)
func (*FakeApkImplementation) GetWorldReturnsOnCall ¶ added in v0.7.0
func (fake *FakeApkImplementation) GetWorldReturnsOnCall(i int, result1 []string, result2 error)
func (*FakeApkImplementation) InitDB ¶
func (fake *FakeApkImplementation) InitDB(arg1 ...string) error
func (*FakeApkImplementation) InitDBArgsForCall ¶
func (fake *FakeApkImplementation) InitDBArgsForCall(i int) []string
func (*FakeApkImplementation) InitDBCallCount ¶
func (fake *FakeApkImplementation) InitDBCallCount() int
func (*FakeApkImplementation) InitDBCalls ¶
func (fake *FakeApkImplementation) InitDBCalls(stub func(...string) error)
func (*FakeApkImplementation) InitDBReturns ¶
func (fake *FakeApkImplementation) InitDBReturns(result1 error)
func (*FakeApkImplementation) InitDBReturnsOnCall ¶
func (fake *FakeApkImplementation) InitDBReturnsOnCall(i int, result1 error)
func (*FakeApkImplementation) InitKeyring ¶
func (fake *FakeApkImplementation) InitKeyring(arg1 []string, arg2 []string) error
func (*FakeApkImplementation) InitKeyringArgsForCall ¶
func (fake *FakeApkImplementation) InitKeyringArgsForCall(i int) ([]string, []string)
func (*FakeApkImplementation) InitKeyringCallCount ¶
func (fake *FakeApkImplementation) InitKeyringCallCount() int
func (*FakeApkImplementation) InitKeyringCalls ¶
func (fake *FakeApkImplementation) InitKeyringCalls(stub func([]string, []string) error)
func (*FakeApkImplementation) InitKeyringReturns ¶
func (fake *FakeApkImplementation) InitKeyringReturns(result1 error)
func (*FakeApkImplementation) InitKeyringReturnsOnCall ¶
func (fake *FakeApkImplementation) InitKeyringReturnsOnCall(i int, result1 error)
func (*FakeApkImplementation) Invocations ¶
func (fake *FakeApkImplementation) Invocations() map[string][][]interface{}
func (*FakeApkImplementation) ListInitFiles ¶ added in v0.7.0
func (fake *FakeApkImplementation) ListInitFiles() []tar.Header
func (*FakeApkImplementation) ListInitFilesCallCount ¶ added in v0.7.0
func (fake *FakeApkImplementation) ListInitFilesCallCount() int
func (*FakeApkImplementation) ListInitFilesCalls ¶ added in v0.7.0
func (fake *FakeApkImplementation) ListInitFilesCalls(stub func() []tar.Header)
func (*FakeApkImplementation) ListInitFilesReturns ¶ added in v0.7.0
func (fake *FakeApkImplementation) ListInitFilesReturns(result1 []tar.Header)
func (*FakeApkImplementation) ListInitFilesReturnsOnCall ¶ added in v0.7.0
func (fake *FakeApkImplementation) ListInitFilesReturnsOnCall(i int, result1 []tar.Header)
func (*FakeApkImplementation) ResolveWorld ¶ added in v0.7.0
func (fake *FakeApkImplementation) ResolveWorld() ([]*repository.RepositoryPackage, []string, error)
func (*FakeApkImplementation) ResolveWorldCallCount ¶ added in v0.7.0
func (fake *FakeApkImplementation) ResolveWorldCallCount() int
func (*FakeApkImplementation) ResolveWorldCalls ¶ added in v0.7.0
func (fake *FakeApkImplementation) ResolveWorldCalls(stub func() ([]*repository.RepositoryPackage, []string, error))
func (*FakeApkImplementation) ResolveWorldReturns ¶ added in v0.7.0
func (fake *FakeApkImplementation) ResolveWorldReturns(result1 []*repository.RepositoryPackage, result2 []string, result3 error)
func (*FakeApkImplementation) ResolveWorldReturnsOnCall ¶ added in v0.7.0
func (fake *FakeApkImplementation) ResolveWorldReturnsOnCall(i int, result1 []*repository.RepositoryPackage, result2 []string, result3 error)
func (*FakeApkImplementation) SetRepositories ¶ added in v0.7.0
func (fake *FakeApkImplementation) SetRepositories(arg1 []string) error
func (*FakeApkImplementation) SetRepositoriesArgsForCall ¶ added in v0.7.0
func (fake *FakeApkImplementation) SetRepositoriesArgsForCall(i int) []string
func (*FakeApkImplementation) SetRepositoriesCallCount ¶ added in v0.7.0
func (fake *FakeApkImplementation) SetRepositoriesCallCount() int
func (*FakeApkImplementation) SetRepositoriesCalls ¶ added in v0.7.0
func (fake *FakeApkImplementation) SetRepositoriesCalls(stub func([]string) error)
func (*FakeApkImplementation) SetRepositoriesReturns ¶ added in v0.7.0
func (fake *FakeApkImplementation) SetRepositoriesReturns(result1 error)
func (*FakeApkImplementation) SetRepositoriesReturnsOnCall ¶ added in v0.7.0
func (fake *FakeApkImplementation) SetRepositoriesReturnsOnCall(i int, result1 error)
func (*FakeApkImplementation) SetWorld ¶ added in v0.7.0
func (fake *FakeApkImplementation) SetWorld(arg1 []string) error
func (*FakeApkImplementation) SetWorldArgsForCall ¶ added in v0.7.0
func (fake *FakeApkImplementation) SetWorldArgsForCall(i int) []string
func (*FakeApkImplementation) SetWorldCallCount ¶ added in v0.7.0
func (fake *FakeApkImplementation) SetWorldCallCount() int
func (*FakeApkImplementation) SetWorldCalls ¶ added in v0.7.0
func (fake *FakeApkImplementation) SetWorldCalls(stub func([]string) error)
func (*FakeApkImplementation) SetWorldReturns ¶ added in v0.7.0
func (fake *FakeApkImplementation) SetWorldReturns(result1 error)
func (*FakeApkImplementation) SetWorldReturnsOnCall ¶ added in v0.7.0
func (fake *FakeApkImplementation) SetWorldReturnsOnCall(i int, result1 error)
Click to show internal directories.
Click to hide internal directories.