Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockIssueServiceInterface
- func (m *MockIssueServiceInterface) Create(arg0 *jira.Issue) (*jira.Issue, *jira.Response, error)
- func (m *MockIssueServiceInterface) DoTransition(arg0, arg1 string) (*jira.Response, error)
- func (m *MockIssueServiceInterface) EXPECT() *MockIssueServiceInterfaceMockRecorder
- func (m *MockIssueServiceInterface) Get(arg0 string, arg1 *jira.GetQueryOptions) (*jira.Issue, *jira.Response, error)
- func (m *MockIssueServiceInterface) GetTransitions(arg0 string) ([]jira.Transition, *jira.Response, error)
- func (m *MockIssueServiceInterface) Update(arg0 *jira.Issue) (*jira.Issue, *jira.Response, error)
- type MockIssueServiceInterfaceMockRecorder
- func (mr *MockIssueServiceInterfaceMockRecorder) Create(arg0 interface{}) *gomock.Call
- func (mr *MockIssueServiceInterfaceMockRecorder) DoTransition(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIssueServiceInterfaceMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIssueServiceInterfaceMockRecorder) GetTransitions(arg0 interface{}) *gomock.Call
- func (mr *MockIssueServiceInterfaceMockRecorder) Update(arg0 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIssueServiceInterface ¶
type MockIssueServiceInterface struct {
// contains filtered or unexported fields
}
MockIssueServiceInterface is a mock of IssueServiceInterface interface.
func NewMockIssueServiceInterface ¶
func NewMockIssueServiceInterface(ctrl *gomock.Controller) *MockIssueServiceInterface
NewMockIssueServiceInterface creates a new mock instance.
func (*MockIssueServiceInterface) DoTransition ¶
func (m *MockIssueServiceInterface) DoTransition(arg0, arg1 string) (*jira.Response, error)
DoTransition mocks base method.
func (*MockIssueServiceInterface) EXPECT ¶
func (m *MockIssueServiceInterface) EXPECT() *MockIssueServiceInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIssueServiceInterface) Get ¶
func (m *MockIssueServiceInterface) Get(arg0 string, arg1 *jira.GetQueryOptions) (*jira.Issue, *jira.Response, error)
Get mocks base method.
func (*MockIssueServiceInterface) GetTransitions ¶
func (m *MockIssueServiceInterface) GetTransitions(arg0 string) ([]jira.Transition, *jira.Response, error)
GetTransitions mocks base method.
type MockIssueServiceInterfaceMockRecorder ¶
type MockIssueServiceInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockIssueServiceInterfaceMockRecorder is the mock recorder for MockIssueServiceInterface.
func (*MockIssueServiceInterfaceMockRecorder) Create ¶
func (mr *MockIssueServiceInterfaceMockRecorder) Create(arg0 interface{}) *gomock.Call
Create indicates an expected call of Create.
func (*MockIssueServiceInterfaceMockRecorder) DoTransition ¶
func (mr *MockIssueServiceInterfaceMockRecorder) DoTransition(arg0, arg1 interface{}) *gomock.Call
DoTransition indicates an expected call of DoTransition.
func (*MockIssueServiceInterfaceMockRecorder) Get ¶
func (mr *MockIssueServiceInterfaceMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockIssueServiceInterfaceMockRecorder) GetTransitions ¶
func (mr *MockIssueServiceInterfaceMockRecorder) GetTransitions(arg0 interface{}) *gomock.Call
GetTransitions indicates an expected call of GetTransitions.
func (*MockIssueServiceInterfaceMockRecorder) Update ¶
func (mr *MockIssueServiceInterfaceMockRecorder) Update(arg0 interface{}) *gomock.Call
Update indicates an expected call of Update.