Documentation
¶
Index ¶
- type RepoClientFactory
- type RepoClientFactory_Expecter
- type RepoClientFactory_NewClient_Call
- func (_c *RepoClientFactory_NewClient_Call) Return(client git.Client, err error) *RepoClientFactory_NewClient_Call
- func (_c *RepoClientFactory_NewClient_Call) Run(run func(repo *v1alpha1.Repository, rootPath string)) *RepoClientFactory_NewClient_Call
- func (_c *RepoClientFactory_NewClient_Call) RunAndReturn(run func(repo *v1alpha1.Repository, rootPath string) (git.Client, error)) *RepoClientFactory_NewClient_Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RepoClientFactory ¶
RepoClientFactory is an autogenerated mock type for the RepoClientFactory type
func NewRepoClientFactory ¶
func NewRepoClientFactory(t interface {
mock.TestingT
Cleanup(func())
}) *RepoClientFactory
NewRepoClientFactory creates a new instance of RepoClientFactory. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*RepoClientFactory) EXPECT ¶ added in v3.1.0
func (_m *RepoClientFactory) EXPECT() *RepoClientFactory_Expecter
func (*RepoClientFactory) NewClient ¶
func (_mock *RepoClientFactory) NewClient(repo *v1alpha1.Repository, rootPath string) (git.Client, error)
NewClient provides a mock function for the type RepoClientFactory
type RepoClientFactory_Expecter ¶ added in v3.1.0
type RepoClientFactory_Expecter struct {
// contains filtered or unexported fields
}
func (*RepoClientFactory_Expecter) NewClient ¶ added in v3.1.0
func (_e *RepoClientFactory_Expecter) NewClient(repo interface{}, rootPath interface{}) *RepoClientFactory_NewClient_Call
NewClient is a helper method to define mock.On call
- repo *v1alpha1.Repository
- rootPath string
type RepoClientFactory_NewClient_Call ¶ added in v3.1.0
RepoClientFactory_NewClient_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'NewClient'
func (*RepoClientFactory_NewClient_Call) Return ¶ added in v3.1.0
func (_c *RepoClientFactory_NewClient_Call) Return(client git.Client, err error) *RepoClientFactory_NewClient_Call
func (*RepoClientFactory_NewClient_Call) Run ¶ added in v3.1.0
func (_c *RepoClientFactory_NewClient_Call) Run(run func(repo *v1alpha1.Repository, rootPath string)) *RepoClientFactory_NewClient_Call
func (*RepoClientFactory_NewClient_Call) RunAndReturn ¶ added in v3.1.0
func (_c *RepoClientFactory_NewClient_Call) RunAndReturn(run func(repo *v1alpha1.Repository, rootPath string) (git.Client, error)) *RepoClientFactory_NewClient_Call
Click to show internal directories.
Click to hide internal directories.