Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type Builder
- func (fake *Builder) Build() (io.Reader, error)
- func (fake *Builder) BuildCallCount() int
- func (fake *Builder) BuildReturns(result1 io.Reader, result2 error)
- func (fake *Builder) BuildReturnsOnCall(i int, result1 io.Reader, result2 error)
- func (fake *Builder) Invocations() map[string][][]interface{}
- type VM
- func (fake *VM) Invocations() map[string][][]interface{}
- func (fake *VM) Start(ctxt context.Context, ccid ccintf.CCID, args []string, env []string, ...) error
- func (fake *VM) StartArgsForCall(i int) (context.Context, ccintf.CCID, []string, []string, map[string][]byte, ...)
- func (fake *VM) StartCallCount() int
- func (fake *VM) StartReturns(result1 error)
- func (fake *VM) StartReturnsOnCall(i int, result1 error)
- func (fake *VM) Stop(ctxt context.Context, ccid ccintf.CCID, timeout uint, dontkill bool, ...) error
- func (fake *VM) StopArgsForCall(i int) (context.Context, ccintf.CCID, uint, bool, bool)
- func (fake *VM) StopCallCount() int
- func (fake *VM) StopReturns(result1 error)
- func (fake *VM) StopReturnsOnCall(i int, result1 error)
- type VMCReq
- func (fake *VMCReq) Do(ctxt context.Context, v container_test.VM) error
- func (fake *VMCReq) DoArgsForCall(i int) (context.Context, container_test.VM)
- func (fake *VMCReq) DoCallCount() int
- func (fake *VMCReq) DoReturns(result1 error)
- func (fake *VMCReq) DoReturnsOnCall(i int, result1 error)
- func (fake *VMCReq) GetCCID() ccintf.CCID
- func (fake *VMCReq) GetCCIDCallCount() int
- func (fake *VMCReq) GetCCIDReturns(result1 ccintf.CCID)
- func (fake *VMCReq) GetCCIDReturnsOnCall(i int, result1 ccintf.CCID)
- func (fake *VMCReq) Invocations() map[string][][]interface{}
- type VMProvider
- func (fake *VMProvider) Invocations() map[string][][]interface{}
- func (fake *VMProvider) NewVM() container_test.VM
- func (fake *VMProvider) NewVMCallCount() int
- func (fake *VMProvider) NewVMReturns(result1 container_test.VM)
- func (fake *VMProvider) NewVMReturnsOnCall(i int, result1 container_test.VM)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct { BuildStub func() (io.Reader, error) // contains filtered or unexported fields }
func (*Builder) BuildCallCount ¶
func (*Builder) BuildReturnsOnCall ¶
func (*Builder) Invocations ¶
type VM ¶
type VM struct { StartStub func(ctxt context.Context, ccid ccintf.CCID, args []string, env []string, filesToUpload map[string][]byte, builder container_test.Builder) error StopStub func(ctxt context.Context, ccid ccintf.CCID, timeout uint, dontkill bool, dontremove bool) error // contains filtered or unexported fields }
func (*VM) Invocations ¶
func (*VM) StartArgsForCall ¶
func (*VM) StartCallCount ¶
func (*VM) StartReturns ¶
func (*VM) StartReturnsOnCall ¶
func (*VM) StopArgsForCall ¶
func (*VM) StopCallCount ¶
func (*VM) StopReturns ¶
func (*VM) StopReturnsOnCall ¶
type VMCReq ¶
type VMCReq struct { DoStub func(ctxt context.Context, v container_test.VM) error GetCCIDStub func() ccintf.CCID // contains filtered or unexported fields }
func (*VMCReq) DoArgsForCall ¶
func (*VMCReq) DoCallCount ¶
func (*VMCReq) DoReturnsOnCall ¶
func (*VMCReq) GetCCIDCallCount ¶
func (*VMCReq) GetCCIDReturns ¶
func (*VMCReq) GetCCIDReturnsOnCall ¶
func (*VMCReq) Invocations ¶
type VMProvider ¶
type VMProvider struct { NewVMStub func() container_test.VM // contains filtered or unexported fields }
func (*VMProvider) Invocations ¶
func (fake *VMProvider) Invocations() map[string][][]interface{}
func (*VMProvider) NewVM ¶
func (fake *VMProvider) NewVM() container_test.VM
func (*VMProvider) NewVMCallCount ¶
func (fake *VMProvider) NewVMCallCount() int
func (*VMProvider) NewVMReturns ¶
func (fake *VMProvider) NewVMReturns(result1 container_test.VM)
func (*VMProvider) NewVMReturnsOnCall ¶
func (fake *VMProvider) NewVMReturnsOnCall(i int, result1 container_test.VM)
Click to show internal directories.
Click to hide internal directories.