Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeVerifierImpl
- func (fake *FakeVerifierImpl) ExecLookPath(arg1 string) (string, error)
- func (fake *FakeVerifierImpl) ExecLookPathArgsForCall(i int) string
- func (fake *FakeVerifierImpl) ExecLookPathCallCount() int
- func (fake *FakeVerifierImpl) ExecLookPathCalls(stub func(string) (string, error))
- func (fake *FakeVerifierImpl) ExecLookPathReturns(result1 string, result2 error)
- func (fake *FakeVerifierImpl) ExecLookPathReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeVerifierImpl) Invocations() map[string][][]interface{}
- func (fake *FakeVerifierImpl) OsStat(arg1 string) (os.FileInfo, error)
- func (fake *FakeVerifierImpl) OsStatArgsForCall(i int) string
- func (fake *FakeVerifierImpl) OsStatCallCount() int
- func (fake *FakeVerifierImpl) OsStatCalls(stub func(string) (os.FileInfo, error))
- func (fake *FakeVerifierImpl) OsStatReturns(result1 os.FileInfo, result2 error)
- func (fake *FakeVerifierImpl) OsStatReturnsOnCall(i int, result1 os.FileInfo, result2 error)
- func (fake *FakeVerifierImpl) RuncIsEnabled() bool
- func (fake *FakeVerifierImpl) RuncIsEnabledCallCount() int
- func (fake *FakeVerifierImpl) RuncIsEnabledCalls(stub func() bool)
- func (fake *FakeVerifierImpl) RuncIsEnabledReturns(result1 bool)
- func (fake *FakeVerifierImpl) RuncIsEnabledReturnsOnCall(i int, result1 bool)
- func (fake *FakeVerifierImpl) UnshareIsRootless() bool
- func (fake *FakeVerifierImpl) UnshareIsRootlessCallCount() int
- func (fake *FakeVerifierImpl) UnshareIsRootlessCalls(stub func() bool)
- func (fake *FakeVerifierImpl) UnshareIsRootlessReturns(result1 bool)
- func (fake *FakeVerifierImpl) UnshareIsRootlessReturnsOnCall(i int, result1 bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeVerifierImpl ¶
type FakeVerifierImpl struct { ExecLookPathStub func(string) (string, error) OsStatStub func(string) (os.FileInfo, error) RuncIsEnabledStub func() bool // contains filtered or unexported fields }
func (*FakeVerifierImpl) ExecLookPath ¶
func (fake *FakeVerifierImpl) ExecLookPath(arg1 string) (string, error)
func (*FakeVerifierImpl) ExecLookPathArgsForCall ¶
func (fake *FakeVerifierImpl) ExecLookPathArgsForCall(i int) string
func (*FakeVerifierImpl) ExecLookPathCallCount ¶
func (fake *FakeVerifierImpl) ExecLookPathCallCount() int
func (*FakeVerifierImpl) ExecLookPathCalls ¶
func (fake *FakeVerifierImpl) ExecLookPathCalls(stub func(string) (string, error))
func (*FakeVerifierImpl) ExecLookPathReturns ¶
func (fake *FakeVerifierImpl) ExecLookPathReturns(result1 string, result2 error)
func (*FakeVerifierImpl) ExecLookPathReturnsOnCall ¶
func (fake *FakeVerifierImpl) ExecLookPathReturnsOnCall(i int, result1 string, result2 error)
func (*FakeVerifierImpl) Invocations ¶
func (fake *FakeVerifierImpl) Invocations() map[string][][]interface{}
func (*FakeVerifierImpl) OsStat ¶
func (fake *FakeVerifierImpl) OsStat(arg1 string) (os.FileInfo, error)
func (*FakeVerifierImpl) OsStatArgsForCall ¶
func (fake *FakeVerifierImpl) OsStatArgsForCall(i int) string
func (*FakeVerifierImpl) OsStatCallCount ¶
func (fake *FakeVerifierImpl) OsStatCallCount() int
func (*FakeVerifierImpl) OsStatCalls ¶
func (fake *FakeVerifierImpl) OsStatCalls(stub func(string) (os.FileInfo, error))
func (*FakeVerifierImpl) OsStatReturns ¶
func (fake *FakeVerifierImpl) OsStatReturns(result1 os.FileInfo, result2 error)
func (*FakeVerifierImpl) OsStatReturnsOnCall ¶
func (fake *FakeVerifierImpl) OsStatReturnsOnCall(i int, result1 os.FileInfo, result2 error)
func (*FakeVerifierImpl) RuncIsEnabled ¶
func (fake *FakeVerifierImpl) RuncIsEnabled() bool
func (*FakeVerifierImpl) RuncIsEnabledCallCount ¶
func (fake *FakeVerifierImpl) RuncIsEnabledCallCount() int
func (*FakeVerifierImpl) RuncIsEnabledCalls ¶
func (fake *FakeVerifierImpl) RuncIsEnabledCalls(stub func() bool)
func (*FakeVerifierImpl) RuncIsEnabledReturns ¶
func (fake *FakeVerifierImpl) RuncIsEnabledReturns(result1 bool)
func (*FakeVerifierImpl) RuncIsEnabledReturnsOnCall ¶
func (fake *FakeVerifierImpl) RuncIsEnabledReturnsOnCall(i int, result1 bool)
func (*FakeVerifierImpl) UnshareIsRootless ¶
func (fake *FakeVerifierImpl) UnshareIsRootless() bool
func (*FakeVerifierImpl) UnshareIsRootlessCallCount ¶
func (fake *FakeVerifierImpl) UnshareIsRootlessCallCount() int
func (*FakeVerifierImpl) UnshareIsRootlessCalls ¶
func (fake *FakeVerifierImpl) UnshareIsRootlessCalls(stub func() bool)
func (*FakeVerifierImpl) UnshareIsRootlessReturns ¶
func (fake *FakeVerifierImpl) UnshareIsRootlessReturns(result1 bool)
func (*FakeVerifierImpl) UnshareIsRootlessReturnsOnCall ¶
func (fake *FakeVerifierImpl) UnshareIsRootlessReturnsOnCall(i int, result1 bool)
Click to show internal directories.
Click to hide internal directories.