Documentation
¶
Overview ¶
This file was generated by counterfeiter
Index ¶
- type FakeComment
- func (fake *FakeComment) Author() string
- func (fake *FakeComment) AuthorCallCount() int
- func (fake *FakeComment) AuthorReturns(result1 string)
- func (fake *FakeComment) Body() string
- func (fake *FakeComment) BodyCallCount() int
- func (fake *FakeComment) BodyReturns(result1 string)
- func (fake *FakeComment) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeComment ¶
type FakeComment struct {
AuthorStub func() string
BodyStub func() string
// contains filtered or unexported fields
}
func (*FakeComment) Author ¶
func (fake *FakeComment) Author() string
func (*FakeComment) AuthorCallCount ¶
func (fake *FakeComment) AuthorCallCount() int
func (*FakeComment) AuthorReturns ¶
func (fake *FakeComment) AuthorReturns(result1 string)
func (*FakeComment) Body ¶
func (fake *FakeComment) Body() string
func (*FakeComment) BodyCallCount ¶
func (fake *FakeComment) BodyCallCount() int
func (*FakeComment) BodyReturns ¶
func (fake *FakeComment) BodyReturns(result1 string)
func (*FakeComment) Invocations ¶
func (fake *FakeComment) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.