issuesfakes

package
v0.0.0-...-50db23e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 27, 2016 License: BSD-3-Clause Imports: 6 Imported by: 0

Documentation

Overview

This file was generated by counterfeiter

This file was generated by counterfeiter

Index

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) Assignees

func (fake *FakeIssue) Assignees() []string

func (*FakeIssue) AssigneesCallCount

func (fake *FakeIssue) AssigneesCallCount() int

func (*FakeIssue) AssigneesReturns

func (fake *FakeIssue) AssigneesReturns(result1 []string)

func (*FakeIssue) Body

func (fake *FakeIssue) Body() string

func (*FakeIssue) BodyCallCount

func (fake *FakeIssue) BodyCallCount() int

func (*FakeIssue) BodyReturns

func (fake *FakeIssue) BodyReturns(result1 string)

func (*FakeIssue) Comments

func (fake *FakeIssue) Comments() []comments.Comment

func (*FakeIssue) CommentsCallCount

func (fake *FakeIssue) CommentsCallCount() int

func (*FakeIssue) CommentsReturns

func (fake *FakeIssue) CommentsReturns(result1 []comments.Comment)

func (*FakeIssue) CommentsURL

func (fake *FakeIssue) CommentsURL() string

func (*FakeIssue) CommentsURLCallCount

func (fake *FakeIssue) CommentsURLCallCount() int

func (*FakeIssue) CommentsURLReturns

func (fake *FakeIssue) CommentsURLReturns(result1 string)

func (*FakeIssue) CreatedAt

func (fake *FakeIssue) CreatedAt() time.Time

func (*FakeIssue) CreatedAtCallCount

func (fake *FakeIssue) CreatedAtCallCount() int

func (*FakeIssue) CreatedAtReturns

func (fake *FakeIssue) CreatedAtReturns(result1 time.Time)

func (*FakeIssue) ID

func (fake *FakeIssue) ID() string

func (*FakeIssue) IDCallCount

func (fake *FakeIssue) IDCallCount() int

func (*FakeIssue) IDReturns

func (fake *FakeIssue) IDReturns(result1 string)

func (*FakeIssue) Invocations

func (fake *FakeIssue) Invocations() map[string][][]interface{}

func (*FakeIssue) Labels

func (fake *FakeIssue) Labels() []labels.Label

func (*FakeIssue) LabelsCallCount

func (fake *FakeIssue) LabelsCallCount() int

func (*FakeIssue) LabelsReturns

func (fake *FakeIssue) LabelsReturns(result1 []labels.Label)

func (*FakeIssue) Milestone

func (fake *FakeIssue) Milestone() milestone.Milestone

func (*FakeIssue) MilestoneCallCount

func (fake *FakeIssue) MilestoneCallCount() int

func (*FakeIssue) MilestoneReturns

func (fake *FakeIssue) MilestoneReturns(result1 milestone.Milestone)

func (*FakeIssue) Open

func (fake *FakeIssue) Open() bool

func (*FakeIssue) OpenCallCount

func (fake *FakeIssue) OpenCallCount() int

func (*FakeIssue) OpenReturns

func (fake *FakeIssue) OpenReturns(result1 bool)

func (*FakeIssue) OpenedBy

func (fake *FakeIssue) OpenedBy() string

func (*FakeIssue) OpenedByCallCount

func (fake *FakeIssue) OpenedByCallCount() int

func (*FakeIssue) OpenedByReturns

func (fake *FakeIssue) OpenedByReturns(result1 string)

func (*FakeIssue) Title

func (fake *FakeIssue) Title() string

func (*FakeIssue) TitleCallCount

func (fake *FakeIssue) TitleCallCount() int

func (*FakeIssue) TitleReturns

func (fake *FakeIssue) TitleReturns(result1 string)

func (*FakeIssue) UpdatedAt

func (fake *FakeIssue) UpdatedAt() time.Time

func (*FakeIssue) UpdatedAtCallCount

func (fake *FakeIssue) UpdatedAtCallCount() int

func (*FakeIssue) UpdatedAtReturns

func (fake *FakeIssue) UpdatedAtReturns(result1 time.Time)

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL