Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeImage
- func (fake *FakeImage) At(arg1 int, arg2 int) color.Color
- func (fake *FakeImage) AtArgsForCall(i int) (int, int)
- func (fake *FakeImage) AtCallCount() int
- func (fake *FakeImage) AtCalls(stub func(int, int) color.Color)
- func (fake *FakeImage) AtReturns(result1 color.Color)
- func (fake *FakeImage) AtReturnsOnCall(i int, result1 color.Color)
- func (fake *FakeImage) Bounds() image.Rectangle
- func (fake *FakeImage) BoundsCallCount() int
- func (fake *FakeImage) BoundsCalls(stub func() image.Rectangle)
- func (fake *FakeImage) BoundsReturns(result1 image.Rectangle)
- func (fake *FakeImage) BoundsReturnsOnCall(i int, result1 image.Rectangle)
- func (fake *FakeImage) ColorModel() color.Model
- func (fake *FakeImage) ColorModelCallCount() int
- func (fake *FakeImage) ColorModelCalls(stub func() color.Model)
- func (fake *FakeImage) ColorModelReturns(result1 color.Model)
- func (fake *FakeImage) ColorModelReturnsOnCall(i int, result1 color.Model)
- func (fake *FakeImage) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeImage ¶
type FakeImage struct { AtStub func(int, int) color.Color BoundsStub func() image.Rectangle ColorModelStub func() color.Model // contains filtered or unexported fields }
func (*FakeImage) AtCallCount ¶
func (*FakeImage) AtReturnsOnCall ¶
func (*FakeImage) BoundsCallCount ¶
func (*FakeImage) BoundsCalls ¶
func (*FakeImage) BoundsReturns ¶
func (*FakeImage) BoundsReturnsOnCall ¶
func (*FakeImage) ColorModel ¶
func (*FakeImage) ColorModelCallCount ¶
func (*FakeImage) ColorModelCalls ¶
func (*FakeImage) ColorModelReturns ¶
func (*FakeImage) ColorModelReturnsOnCall ¶
func (*FakeImage) Invocations ¶
Click to show internal directories.
Click to hide internal directories.