Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeOutputWriter
- func (fake *FakeOutputWriter) AddRow(arg1 ...interface{})
- func (fake *FakeOutputWriter) AddRowArgsForCall(i int) []interface{}
- func (fake *FakeOutputWriter) AddRowCallCount() int
- func (fake *FakeOutputWriter) AddRowCalls(stub func(...interface{}))
- func (fake *FakeOutputWriter) Invocations() map[string][][]interface{}
- func (fake *FakeOutputWriter) Render()
- func (fake *FakeOutputWriter) RenderCallCount() int
- func (fake *FakeOutputWriter) RenderCalls(stub func())
- func (fake *FakeOutputWriter) SetKeys(arg1 ...string)
- func (fake *FakeOutputWriter) SetKeysArgsForCall(i int) []string
- func (fake *FakeOutputWriter) SetKeysCallCount() int
- func (fake *FakeOutputWriter) SetKeysCalls(stub func(...string))
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeOutputWriter ¶
type FakeOutputWriter struct {
AddRowStub func(...interface{})
RenderStub func()
SetKeysStub func(...string)
// contains filtered or unexported fields
}
func (*FakeOutputWriter) AddRow ¶
func (fake *FakeOutputWriter) AddRow(arg1 ...interface{})
func (*FakeOutputWriter) AddRowArgsForCall ¶
func (fake *FakeOutputWriter) AddRowArgsForCall(i int) []interface{}
func (*FakeOutputWriter) AddRowCallCount ¶
func (fake *FakeOutputWriter) AddRowCallCount() int
func (*FakeOutputWriter) AddRowCalls ¶
func (fake *FakeOutputWriter) AddRowCalls(stub func(...interface{}))
func (*FakeOutputWriter) Invocations ¶
func (fake *FakeOutputWriter) Invocations() map[string][][]interface{}
func (*FakeOutputWriter) Render ¶
func (fake *FakeOutputWriter) Render()
func (*FakeOutputWriter) RenderCallCount ¶
func (fake *FakeOutputWriter) RenderCallCount() int
func (*FakeOutputWriter) RenderCalls ¶
func (fake *FakeOutputWriter) RenderCalls(stub func())
func (*FakeOutputWriter) SetKeys ¶
func (fake *FakeOutputWriter) SetKeys(arg1 ...string)
func (*FakeOutputWriter) SetKeysArgsForCall ¶
func (fake *FakeOutputWriter) SetKeysArgsForCall(i int) []string
func (*FakeOutputWriter) SetKeysCallCount ¶
func (fake *FakeOutputWriter) SetKeysCallCount() int
func (*FakeOutputWriter) SetKeysCalls ¶
func (fake *FakeOutputWriter) SetKeysCalls(stub func(...string))
Click to show internal directories.
Click to hide internal directories.