Documentation
¶
Overview ¶
This file was generated by counterfeiter
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeWriter ¶
type FakeWriter struct { WriteStub func(p []byte) (n int, err error) // contains filtered or unexported fields }
func (*FakeWriter) Invocations ¶
func (fake *FakeWriter) Invocations() map[string][][]interface{}
func (*FakeWriter) WriteArgsForCall ¶
func (fake *FakeWriter) WriteArgsForCall(i int) []byte
func (*FakeWriter) WriteCallCount ¶
func (fake *FakeWriter) WriteCallCount() int
func (*FakeWriter) WriteReturns ¶
func (fake *FakeWriter) WriteReturns(result1 int, result2 error)
Click to show internal directories.
Click to hide internal directories.