Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeBinaryImplementation
- func (fake *FakeBinaryImplementation) Arch() string
- func (fake *FakeBinaryImplementation) ArchCallCount() int
- func (fake *FakeBinaryImplementation) ArchCalls(stub func() string)
- func (fake *FakeBinaryImplementation) ArchReturns(result1 string)
- func (fake *FakeBinaryImplementation) ArchReturnsOnCall(i int, result1 string)
- func (fake *FakeBinaryImplementation) Invocations() map[string][][]interface{}
- func (fake *FakeBinaryImplementation) LinkMode() (binary.LinkMode, error)
- func (fake *FakeBinaryImplementation) LinkModeCallCount() int
- func (fake *FakeBinaryImplementation) LinkModeCalls(stub func() (binary.LinkMode, error))
- func (fake *FakeBinaryImplementation) LinkModeReturns(result1 binary.LinkMode, result2 error)
- func (fake *FakeBinaryImplementation) LinkModeReturnsOnCall(i int, result1 binary.LinkMode, result2 error)
- func (fake *FakeBinaryImplementation) OS() string
- func (fake *FakeBinaryImplementation) OSCallCount() int
- func (fake *FakeBinaryImplementation) OSCalls(stub func() string)
- func (fake *FakeBinaryImplementation) OSReturns(result1 string)
- func (fake *FakeBinaryImplementation) OSReturnsOnCall(i int, result1 string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeBinaryImplementation ¶
type FakeBinaryImplementation struct { ArchStub func() string LinkModeStub func() (binary.LinkMode, error) OSStub func() string // contains filtered or unexported fields }
func (*FakeBinaryImplementation) Arch ¶
func (fake *FakeBinaryImplementation) Arch() string
func (*FakeBinaryImplementation) ArchCallCount ¶
func (fake *FakeBinaryImplementation) ArchCallCount() int
func (*FakeBinaryImplementation) ArchCalls ¶
func (fake *FakeBinaryImplementation) ArchCalls(stub func() string)
func (*FakeBinaryImplementation) ArchReturns ¶
func (fake *FakeBinaryImplementation) ArchReturns(result1 string)
func (*FakeBinaryImplementation) ArchReturnsOnCall ¶
func (fake *FakeBinaryImplementation) ArchReturnsOnCall(i int, result1 string)
func (*FakeBinaryImplementation) Invocations ¶
func (fake *FakeBinaryImplementation) Invocations() map[string][][]interface{}
func (*FakeBinaryImplementation) LinkMode ¶ added in v0.15.0
func (fake *FakeBinaryImplementation) LinkMode() (binary.LinkMode, error)
func (*FakeBinaryImplementation) LinkModeCallCount ¶ added in v0.15.0
func (fake *FakeBinaryImplementation) LinkModeCallCount() int
func (*FakeBinaryImplementation) LinkModeCalls ¶ added in v0.15.0
func (fake *FakeBinaryImplementation) LinkModeCalls(stub func() (binary.LinkMode, error))
func (*FakeBinaryImplementation) LinkModeReturns ¶ added in v0.15.0
func (fake *FakeBinaryImplementation) LinkModeReturns(result1 binary.LinkMode, result2 error)
func (*FakeBinaryImplementation) LinkModeReturnsOnCall ¶ added in v0.15.0
func (fake *FakeBinaryImplementation) LinkModeReturnsOnCall(i int, result1 binary.LinkMode, result2 error)
func (*FakeBinaryImplementation) OS ¶
func (fake *FakeBinaryImplementation) OS() string
func (*FakeBinaryImplementation) OSCallCount ¶
func (fake *FakeBinaryImplementation) OSCallCount() int
func (*FakeBinaryImplementation) OSCalls ¶
func (fake *FakeBinaryImplementation) OSCalls(stub func() string)
func (*FakeBinaryImplementation) OSReturns ¶
func (fake *FakeBinaryImplementation) OSReturns(result1 string)
func (*FakeBinaryImplementation) OSReturnsOnCall ¶
func (fake *FakeBinaryImplementation) OSReturnsOnCall(i int, result1 string)
Click to show internal directories.
Click to hide internal directories.