Documentation
¶
Overview ¶
This file was generated by counterfeiter
This file was generated by counterfeiter
Index ¶
- type FakeIssue
- func (fake *FakeIssue) Assignees() []string
- func (fake *FakeIssue) AssigneesCallCount() int
- func (fake *FakeIssue) AssigneesReturns(result1 []string)
- func (fake *FakeIssue) Body() string
- func (fake *FakeIssue) BodyCallCount() int
- func (fake *FakeIssue) BodyReturns(result1 string)
- func (fake *FakeIssue) Comments() []comments.Comment
- func (fake *FakeIssue) CommentsCallCount() int
- func (fake *FakeIssue) CommentsReturns(result1 []comments.Comment)
- func (fake *FakeIssue) CommentsURL() string
- func (fake *FakeIssue) CommentsURLCallCount() int
- func (fake *FakeIssue) CommentsURLReturns(result1 string)
- func (fake *FakeIssue) CreatedAt() time.Time
- func (fake *FakeIssue) CreatedAtCallCount() int
- func (fake *FakeIssue) CreatedAtReturns(result1 time.Time)
- func (fake *FakeIssue) ID() string
- func (fake *FakeIssue) IDCallCount() int
- func (fake *FakeIssue) IDReturns(result1 string)
- func (fake *FakeIssue) Invocations() map[string][][]interface{}
- func (fake *FakeIssue) Labels() []labels.Label
- func (fake *FakeIssue) LabelsCallCount() int
- func (fake *FakeIssue) LabelsReturns(result1 []labels.Label)
- func (fake *FakeIssue) Milestone() milestone.Milestone
- func (fake *FakeIssue) MilestoneCallCount() int
- func (fake *FakeIssue) MilestoneReturns(result1 milestone.Milestone)
- func (fake *FakeIssue) Open() bool
- func (fake *FakeIssue) OpenCallCount() int
- func (fake *FakeIssue) OpenReturns(result1 bool)
- func (fake *FakeIssue) OpenedBy() string
- func (fake *FakeIssue) OpenedByCallCount() int
- func (fake *FakeIssue) OpenedByReturns(result1 string)
- func (fake *FakeIssue) Title() string
- func (fake *FakeIssue) TitleCallCount() int
- func (fake *FakeIssue) TitleReturns(result1 string)
- func (fake *FakeIssue) UpdatedAt() time.Time
- func (fake *FakeIssue) UpdatedAtCallCount() int
- func (fake *FakeIssue) UpdatedAtReturns(result1 time.Time)
- type FakeIssueWithoutComments
- func (fake *FakeIssueWithoutComments) Assignees() []string
- func (fake *FakeIssueWithoutComments) AssigneesCallCount() int
- func (fake *FakeIssueWithoutComments) AssigneesReturns(result1 []string)
- func (fake *FakeIssueWithoutComments) Body() string
- func (fake *FakeIssueWithoutComments) BodyCallCount() int
- func (fake *FakeIssueWithoutComments) BodyReturns(result1 string)
- func (fake *FakeIssueWithoutComments) CommentsURL() string
- func (fake *FakeIssueWithoutComments) CommentsURLCallCount() int
- func (fake *FakeIssueWithoutComments) CommentsURLReturns(result1 string)
- func (fake *FakeIssueWithoutComments) CreatedAt() time.Time
- func (fake *FakeIssueWithoutComments) CreatedAtCallCount() int
- func (fake *FakeIssueWithoutComments) CreatedAtReturns(result1 time.Time)
- func (fake *FakeIssueWithoutComments) ID() string
- func (fake *FakeIssueWithoutComments) IDCallCount() int
- func (fake *FakeIssueWithoutComments) IDReturns(result1 string)
- func (fake *FakeIssueWithoutComments) Invocations() map[string][][]interface{}
- func (fake *FakeIssueWithoutComments) Labels() []labels.Label
- func (fake *FakeIssueWithoutComments) LabelsCallCount() int
- func (fake *FakeIssueWithoutComments) LabelsReturns(result1 []labels.Label)
- func (fake *FakeIssueWithoutComments) Milestone() milestone.Milestone
- func (fake *FakeIssueWithoutComments) MilestoneCallCount() int
- func (fake *FakeIssueWithoutComments) MilestoneReturns(result1 milestone.Milestone)
- func (fake *FakeIssueWithoutComments) Open() bool
- func (fake *FakeIssueWithoutComments) OpenCallCount() int
- func (fake *FakeIssueWithoutComments) OpenReturns(result1 bool)
- func (fake *FakeIssueWithoutComments) OpenedBy() string
- func (fake *FakeIssueWithoutComments) OpenedByCallCount() int
- func (fake *FakeIssueWithoutComments) OpenedByReturns(result1 string)
- func (fake *FakeIssueWithoutComments) Title() string
- func (fake *FakeIssueWithoutComments) TitleCallCount() int
- func (fake *FakeIssueWithoutComments) TitleReturns(result1 string)
- func (fake *FakeIssueWithoutComments) UpdatedAt() time.Time
- func (fake *FakeIssueWithoutComments) UpdatedAtCallCount() int
- func (fake *FakeIssueWithoutComments) UpdatedAtReturns(result1 time.Time)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeIssue ¶
type FakeIssue struct {
IDStub func() string
OpenedByStub func() string
BodyStub func() string
CommentsURLStub func() string
TitleStub func() string
OpenStub func() bool
LabelsStub func() []labels.Label
MilestoneStub func() milestone.Milestone
AssigneesStub func() []string
CreatedAtStub func() time.Time
UpdatedAtStub func() time.Time
CommentsStub func() []comments.Comment
// contains filtered or unexported fields
}
func (*FakeIssue) AssigneesCallCount ¶
func (*FakeIssue) AssigneesReturns ¶
func (*FakeIssue) BodyCallCount ¶
func (*FakeIssue) BodyReturns ¶
func (*FakeIssue) CommentsCallCount ¶
func (*FakeIssue) CommentsReturns ¶
func (*FakeIssue) CommentsURL ¶
func (*FakeIssue) CommentsURLCallCount ¶
func (*FakeIssue) CommentsURLReturns ¶
func (*FakeIssue) CreatedAtCallCount ¶
func (*FakeIssue) CreatedAtReturns ¶
func (*FakeIssue) IDCallCount ¶
func (*FakeIssue) Invocations ¶
func (*FakeIssue) LabelsCallCount ¶
func (*FakeIssue) LabelsReturns ¶
func (*FakeIssue) MilestoneCallCount ¶
func (*FakeIssue) MilestoneReturns ¶
func (*FakeIssue) OpenCallCount ¶
func (*FakeIssue) OpenReturns ¶
func (*FakeIssue) OpenedByCallCount ¶
func (*FakeIssue) OpenedByReturns ¶
func (*FakeIssue) TitleCallCount ¶
func (*FakeIssue) TitleReturns ¶
func (*FakeIssue) UpdatedAtCallCount ¶
func (*FakeIssue) UpdatedAtReturns ¶
type FakeIssueWithoutComments ¶
type FakeIssueWithoutComments struct {
IDStub func() string
OpenedByStub func() string
BodyStub func() string
CommentsURLStub func() string
TitleStub func() string
OpenStub func() bool
LabelsStub func() []labels.Label
MilestoneStub func() milestone.Milestone
AssigneesStub func() []string
CreatedAtStub func() time.Time
UpdatedAtStub func() time.Time
// contains filtered or unexported fields
}
func (*FakeIssueWithoutComments) Assignees ¶
func (fake *FakeIssueWithoutComments) Assignees() []string
func (*FakeIssueWithoutComments) AssigneesCallCount ¶
func (fake *FakeIssueWithoutComments) AssigneesCallCount() int
func (*FakeIssueWithoutComments) AssigneesReturns ¶
func (fake *FakeIssueWithoutComments) AssigneesReturns(result1 []string)
func (*FakeIssueWithoutComments) Body ¶
func (fake *FakeIssueWithoutComments) Body() string
func (*FakeIssueWithoutComments) BodyCallCount ¶
func (fake *FakeIssueWithoutComments) BodyCallCount() int
func (*FakeIssueWithoutComments) BodyReturns ¶
func (fake *FakeIssueWithoutComments) BodyReturns(result1 string)
func (*FakeIssueWithoutComments) CommentsURL ¶
func (fake *FakeIssueWithoutComments) CommentsURL() string
func (*FakeIssueWithoutComments) CommentsURLCallCount ¶
func (fake *FakeIssueWithoutComments) CommentsURLCallCount() int
func (*FakeIssueWithoutComments) CommentsURLReturns ¶
func (fake *FakeIssueWithoutComments) CommentsURLReturns(result1 string)
func (*FakeIssueWithoutComments) CreatedAt ¶
func (fake *FakeIssueWithoutComments) CreatedAt() time.Time
func (*FakeIssueWithoutComments) CreatedAtCallCount ¶
func (fake *FakeIssueWithoutComments) CreatedAtCallCount() int
func (*FakeIssueWithoutComments) CreatedAtReturns ¶
func (fake *FakeIssueWithoutComments) CreatedAtReturns(result1 time.Time)
func (*FakeIssueWithoutComments) ID ¶
func (fake *FakeIssueWithoutComments) ID() string
func (*FakeIssueWithoutComments) IDCallCount ¶
func (fake *FakeIssueWithoutComments) IDCallCount() int
func (*FakeIssueWithoutComments) IDReturns ¶
func (fake *FakeIssueWithoutComments) IDReturns(result1 string)
func (*FakeIssueWithoutComments) Invocations ¶
func (fake *FakeIssueWithoutComments) Invocations() map[string][][]interface{}
func (*FakeIssueWithoutComments) Labels ¶
func (fake *FakeIssueWithoutComments) Labels() []labels.Label
func (*FakeIssueWithoutComments) LabelsCallCount ¶
func (fake *FakeIssueWithoutComments) LabelsCallCount() int
func (*FakeIssueWithoutComments) LabelsReturns ¶
func (fake *FakeIssueWithoutComments) LabelsReturns(result1 []labels.Label)
func (*FakeIssueWithoutComments) Milestone ¶
func (fake *FakeIssueWithoutComments) Milestone() milestone.Milestone
func (*FakeIssueWithoutComments) MilestoneCallCount ¶
func (fake *FakeIssueWithoutComments) MilestoneCallCount() int
func (*FakeIssueWithoutComments) MilestoneReturns ¶
func (fake *FakeIssueWithoutComments) MilestoneReturns(result1 milestone.Milestone)
func (*FakeIssueWithoutComments) Open ¶
func (fake *FakeIssueWithoutComments) Open() bool
func (*FakeIssueWithoutComments) OpenCallCount ¶
func (fake *FakeIssueWithoutComments) OpenCallCount() int
func (*FakeIssueWithoutComments) OpenReturns ¶
func (fake *FakeIssueWithoutComments) OpenReturns(result1 bool)
func (*FakeIssueWithoutComments) OpenedBy ¶
func (fake *FakeIssueWithoutComments) OpenedBy() string
func (*FakeIssueWithoutComments) OpenedByCallCount ¶
func (fake *FakeIssueWithoutComments) OpenedByCallCount() int
func (*FakeIssueWithoutComments) OpenedByReturns ¶
func (fake *FakeIssueWithoutComments) OpenedByReturns(result1 string)
func (*FakeIssueWithoutComments) Title ¶
func (fake *FakeIssueWithoutComments) Title() string
func (*FakeIssueWithoutComments) TitleCallCount ¶
func (fake *FakeIssueWithoutComments) TitleCallCount() int
func (*FakeIssueWithoutComments) TitleReturns ¶
func (fake *FakeIssueWithoutComments) TitleReturns(result1 string)
func (*FakeIssueWithoutComments) UpdatedAt ¶
func (fake *FakeIssueWithoutComments) UpdatedAt() time.Time
func (*FakeIssueWithoutComments) UpdatedAtCallCount ¶
func (fake *FakeIssueWithoutComments) UpdatedAtCallCount() int
func (*FakeIssueWithoutComments) UpdatedAtReturns ¶
func (fake *FakeIssueWithoutComments) UpdatedAtReturns(result1 time.Time)
Click to show internal directories.
Click to hide internal directories.