mocks

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Jun 14, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockJirer

type MockJirer struct {
	// contains filtered or unexported fields
}

MockJirer is a mock of Jirer interface.

func NewMockJirer

func NewMockJirer(ctrl *gomock.Controller) *MockJirer

NewMockJirer creates a new mock instance.

func (*MockJirer) EXPECT

func (m *MockJirer) EXPECT() *MockJirerMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockJirer) GetIssue

func (m *MockJirer) GetIssue(key string, options *jira.GetQueryOptions) (*jira.Issue, *jira.Response, error)

GetIssue mocks base method.

func (*MockJirer) GetIssueLogTimeForTheLastWorkDay

func (m *MockJirer) GetIssueLogTimeForTheLastWorkDay(cfg *utils.Config, issue jira.Issue) int

GetIssueLogTimeForTheLastWorkDay mocks base method.

func (*MockJirer) SearchIssue

func (m *MockJirer) SearchIssue(jql string, options *jira.SearchOptions) ([]jira.Issue, *jira.Response, error)

SearchIssue mocks base method.

type MockJirerMockRecorder

type MockJirerMockRecorder struct {
	// contains filtered or unexported fields
}

MockJirerMockRecorder is the mock recorder for MockJirer.

func (*MockJirerMockRecorder) GetIssue

func (mr *MockJirerMockRecorder) GetIssue(key, options interface{}) *gomock.Call

GetIssue indicates an expected call of GetIssue.

func (*MockJirerMockRecorder) GetIssueLogTimeForTheLastWorkDay

func (mr *MockJirerMockRecorder) GetIssueLogTimeForTheLastWorkDay(cfg, issue interface{}) *gomock.Call

GetIssueLogTimeForTheLastWorkDay indicates an expected call of GetIssueLogTimeForTheLastWorkDay.

func (*MockJirerMockRecorder) SearchIssue

func (mr *MockJirerMockRecorder) SearchIssue(jql, options interface{}) *gomock.Call

SearchIssue indicates an expected call of SearchIssue.

Jump to

Keyboard shortcuts

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