Versions in this module Expand all Collapse all v0 v0.1.3 Nov 16, 2017 Changes in this version + type Client_CreateComment_OngoingVerification struct + func (c *Client_CreateComment_OngoingVerification) GetAllCapturedArguments() (_param0 []models.Repo, _param1 []models.PullRequest, _param2 []string) + func (c *Client_CreateComment_OngoingVerification) GetCapturedArguments() (models.Repo, models.PullRequest, string) + type Client_GetModifiedFiles_OngoingVerification struct + func (c *Client_GetModifiedFiles_OngoingVerification) GetAllCapturedArguments() (_param0 []models.Repo, _param1 []models.PullRequest) + func (c *Client_GetModifiedFiles_OngoingVerification) GetCapturedArguments() (models.Repo, models.PullRequest) + type Client_GetPullRequest_OngoingVerification struct + func (c *Client_GetPullRequest_OngoingVerification) GetAllCapturedArguments() (_param0 []models.Repo, _param1 []int) + func (c *Client_GetPullRequest_OngoingVerification) GetCapturedArguments() (models.Repo, int) + type Client_PullIsApproved_OngoingVerification struct + func (c *Client_PullIsApproved_OngoingVerification) GetAllCapturedArguments() (_param0 []models.Repo, _param1 []models.PullRequest) + func (c *Client_PullIsApproved_OngoingVerification) GetCapturedArguments() (models.Repo, models.PullRequest) + type Client_UpdateStatus_OngoingVerification struct + func (c *Client_UpdateStatus_OngoingVerification) GetAllCapturedArguments() (_param0 []models.Repo, _param1 []models.PullRequest, _param2 []string, ...) + func (c *Client_UpdateStatus_OngoingVerification) GetCapturedArguments() (models.Repo, models.PullRequest, string, string, string) + type MockClient struct + func NewMockClient() *MockClient + func (mock *MockClient) CreateComment(repo models.Repo, pull models.PullRequest, comment string) error + func (mock *MockClient) GetModifiedFiles(repo models.Repo, pull models.PullRequest) ([]string, error) + func (mock *MockClient) GetPullRequest(repo models.Repo, num int) (*github.PullRequest, *github.Response, error) + func (mock *MockClient) PullIsApproved(repo models.Repo, pull models.PullRequest) (bool, error) + func (mock *MockClient) UpdateStatus(repo models.Repo, pull models.PullRequest, state string, description string, ...) error + func (mock *MockClient) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierClient + func (mock *MockClient) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, ...) *VerifierClient + func (mock *MockClient) VerifyWasCalledOnce() *VerifierClient + type VerifierClient struct + func (verifier *VerifierClient) CreateComment(repo models.Repo, pull models.PullRequest, comment string) *Client_CreateComment_OngoingVerification + func (verifier *VerifierClient) GetModifiedFiles(repo models.Repo, pull models.PullRequest) *Client_GetModifiedFiles_OngoingVerification + func (verifier *VerifierClient) GetPullRequest(repo models.Repo, num int) *Client_GetPullRequest_OngoingVerification + func (verifier *VerifierClient) PullIsApproved(repo models.Repo, pull models.PullRequest) *Client_PullIsApproved_OngoingVerification + func (verifier *VerifierClient) UpdateStatus(repo models.Repo, pull models.PullRequest, state string, description string, ...) *Client_UpdateStatus_OngoingVerification