Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockGitHubIface ¶
type MockGitHubIface struct {
// contains filtered or unexported fields
}
MockGitHubIface is a mock of GitHubIface interface.
func NewMockGitHubIface ¶
func NewMockGitHubIface(ctrl *gomock.Controller) *MockGitHubIface
NewMockGitHubIface creates a new mock instance.
func (*MockGitHubIface) CreatePullRequestWithEmptyCommit ¶
func (m *MockGitHubIface) CreatePullRequestWithEmptyCommit(ctx context.Context, org, repo, level, targetBaseBranch, headBranchSuffix string) (int, error)
CreatePullRequestWithEmptyCommit mocks base method.
func (*MockGitHubIface) EXPECT ¶
func (m *MockGitHubIface) EXPECT() *MockGitHubIfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockGitHubIfaceMockRecorder ¶
type MockGitHubIfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockGitHubIfaceMockRecorder is the mock recorder for MockGitHubIface.
func (*MockGitHubIfaceMockRecorder) CreatePullRequestWithEmptyCommit ¶
func (mr *MockGitHubIfaceMockRecorder) CreatePullRequestWithEmptyCommit(ctx, org, repo, level, targetBaseBranch, headBranchSuffix interface{}) *gomock.Call
CreatePullRequestWithEmptyCommit indicates an expected call of CreatePullRequestWithEmptyCommit.
func (*MockGitHubIfaceMockRecorder) SeparatePullRequests ¶
func (mr *MockGitHubIfaceMockRecorder) SeparatePullRequests(ctx, org, repo, prNum, targetBaseBranch, prBranch interface{}) *gomock.Call
SeparatePullRequests indicates an expected call of SeparatePullRequests.
Click to show internal directories.
Click to hide internal directories.