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 MockAdoClient ¶ added in v0.3.1
type MockAdoClient struct {
// contains filtered or unexported fields
}
MockAdoClient is a mock of AdoClient interface.
func NewMockAdoClient ¶ added in v0.3.1
func NewMockAdoClient(ctrl *gomock.Controller) *MockAdoClient
NewMockAdoClient creates a new mock instance.
func (*MockAdoClient) CreateRepository ¶ added in v0.3.1
func (m *MockAdoClient) CreateRepository(arg0 context.Context, arg1 git.CreateRepositoryArgs) (*git.GitRepository, error)
CreateRepository mocks base method.
func (*MockAdoClient) EXPECT ¶ added in v0.3.1
func (m *MockAdoClient) EXPECT() *MockAdoClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAdoClient) GetRepository ¶ added in v0.4.0
func (m *MockAdoClient) GetRepository(arg0 context.Context, arg1 git.GetRepositoryArgs) (*git.GitRepository, error)
GetRepository mocks base method.
type MockAdoClientMockRecorder ¶ added in v0.3.1
type MockAdoClientMockRecorder struct {
// contains filtered or unexported fields
}
MockAdoClientMockRecorder is the mock recorder for MockAdoClient.
func (*MockAdoClientMockRecorder) CreateRepository ¶ added in v0.3.1
func (mr *MockAdoClientMockRecorder) CreateRepository(arg0, arg1 interface{}) *gomock.Call
CreateRepository indicates an expected call of CreateRepository.
func (*MockAdoClientMockRecorder) GetRepository ¶ added in v0.4.0
func (mr *MockAdoClientMockRecorder) GetRepository(arg0, arg1 interface{}) *gomock.Call
GetRepository indicates an expected call of GetRepository.
type MockAdoUrl ¶ added in v0.3.1
type MockAdoUrl struct {
// contains filtered or unexported fields
}
MockAdoUrl is a mock of AdoUrl interface.
func NewMockAdoUrl ¶ added in v0.3.1
func NewMockAdoUrl(ctrl *gomock.Controller) *MockAdoUrl
NewMockAdoUrl creates a new mock instance.
func (*MockAdoUrl) EXPECT ¶ added in v0.3.1
func (m *MockAdoUrl) EXPECT() *MockAdoUrlMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAdoUrl) GetProjectName ¶ added in v0.3.1
func (m *MockAdoUrl) GetProjectName() string
GetProjectName mocks base method.
type MockAdoUrlMockRecorder ¶ added in v0.3.1
type MockAdoUrlMockRecorder struct {
// contains filtered or unexported fields
}
MockAdoUrlMockRecorder is the mock recorder for MockAdoUrl.
func (*MockAdoUrlMockRecorder) GetProjectName ¶ added in v0.3.1
func (mr *MockAdoUrlMockRecorder) GetProjectName() *gomock.Call
GetProjectName indicates an expected call of GetProjectName.