Documentation
¶
Index ¶
- func NewEmptyIssues(t *testing.T, n int) []*github.Issue
- type IssueFactory
- func (f *IssueFactory) NewIssue(t *testing.T) *github.Issue
- func (f *IssueFactory) NewIssueWithNumber(t *testing.T, number int) *github.Issue
- func (f *IssueFactory) NewIssueWithOverwrite(t *testing.T, overwrite github.Issue) *github.Issue
- func (f *IssueFactory) NewIssues(t *testing.T, n int) []*github.Issue
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IssueFactory ¶
func (*IssueFactory) NewIssue ¶
func (f *IssueFactory) NewIssue(t *testing.T) *github.Issue
NewIssue deepcopies IssueFactory.Issue by marshaling and unmarshaling it NOTE: performance heavy, only use for detailed testing
func (*IssueFactory) NewIssueWithNumber ¶
func (*IssueFactory) NewIssueWithOverwrite ¶
Click to show internal directories.
Click to hide internal directories.