Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeHash
- func (fake *FakeHash) BlockSize() int
- func (fake *FakeHash) BlockSizeCallCount() int
- func (fake *FakeHash) BlockSizeReturns(result1 int)
- func (fake *FakeHash) BlockSizeReturnsOnCall(i int, result1 int)
- func (fake *FakeHash) Invocations() map[string][][]interface{}
- func (fake *FakeHash) Reset()
- func (fake *FakeHash) ResetCallCount() int
- func (fake *FakeHash) Size() int
- func (fake *FakeHash) SizeCallCount() int
- func (fake *FakeHash) SizeReturns(result1 int)
- func (fake *FakeHash) SizeReturnsOnCall(i int, result1 int)
- func (fake *FakeHash) Sum(b []byte) []byte
- func (fake *FakeHash) SumArgsForCall(i int) []byte
- func (fake *FakeHash) SumCallCount() int
- func (fake *FakeHash) SumReturns(result1 []byte)
- func (fake *FakeHash) SumReturnsOnCall(i int, result1 []byte)
- func (fake *FakeHash) Write(p []byte) (n int, err error)
- func (fake *FakeHash) WriteArgsForCall(i int) []byte
- func (fake *FakeHash) WriteCallCount() int
- func (fake *FakeHash) WriteReturns(result1 int, result2 error)
- func (fake *FakeHash) WriteReturnsOnCall(i int, result1 int, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeHash ¶
type FakeHash struct { WriteStub func(p []byte) (n int, err error) SumStub func(b []byte) []byte ResetStub func() SizeStub func() int BlockSizeStub func() int // contains filtered or unexported fields }
func (*FakeHash) BlockSizeCallCount ¶
func (*FakeHash) BlockSizeReturns ¶
func (*FakeHash) BlockSizeReturnsOnCall ¶
func (*FakeHash) Invocations ¶
func (*FakeHash) ResetCallCount ¶
func (*FakeHash) SizeCallCount ¶
func (*FakeHash) SizeReturns ¶
func (*FakeHash) SizeReturnsOnCall ¶
func (*FakeHash) SumArgsForCall ¶
func (*FakeHash) SumCallCount ¶
func (*FakeHash) SumReturns ¶
func (*FakeHash) SumReturnsOnCall ¶
func (*FakeHash) WriteArgsForCall ¶
func (*FakeHash) WriteCallCount ¶
func (*FakeHash) WriteReturns ¶
Click to show internal directories.
Click to hide internal directories.