1 Star 0 Fork 0

pengchengduan / goharbor-client

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
health_client_service.go 1.75 KB
一键复制 编辑 原始数据 按行查看 历史
pengchengduan 提交于 2024-02-01 17:28 . first commit
// Code generated by mockery v2.14.0. DO NOT EDIT.
package mocks
import (
health "github.com/mittwald/goharbor-client/v5/apiv2/internal/api/client/health"
mock "github.com/stretchr/testify/mock"
runtime "github.com/go-openapi/runtime"
)
// MockHealthClientService is an autogenerated mock type for the ClientService type
type MockHealthClientService struct {
mock.Mock
}
// GetHealth provides a mock function with given fields: params, authInfo
func (_m *MockHealthClientService) GetHealth(params *health.GetHealthParams, authInfo runtime.ClientAuthInfoWriter) (*health.GetHealthOK, error) {
ret := _m.Called(params, authInfo)
var r0 *health.GetHealthOK
if rf, ok := ret.Get(0).(func(*health.GetHealthParams, runtime.ClientAuthInfoWriter) *health.GetHealthOK); ok {
r0 = rf(params, authInfo)
} else {
if ret.Get(0) != nil {
r0 = ret.Get(0).(*health.GetHealthOK)
}
}
var r1 error
if rf, ok := ret.Get(1).(func(*health.GetHealthParams, runtime.ClientAuthInfoWriter) error); ok {
r1 = rf(params, authInfo)
} else {
r1 = ret.Error(1)
}
return r0, r1
}
// SetTransport provides a mock function with given fields: transport
func (_m *MockHealthClientService) SetTransport(transport runtime.ClientTransport) {
_m.Called(transport)
}
type mockConstructorTestingTNewMockHealthClientService interface {
mock.TestingT
Cleanup(func())
}
// NewMockHealthClientService creates a new instance of MockHealthClientService. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func NewMockHealthClientService(t mockConstructorTestingTNewMockHealthClientService) *MockHealthClientService {
mock := &MockHealthClientService{}
mock.Mock.Test(t)
t.Cleanup(func() { mock.AssertExpectations(t) })
return mock
}
1
https://gitee.com/pengchengduan/goharbor-client.git
git@gitee.com:pengchengduan/goharbor-client.git
pengchengduan
goharbor-client
goharbor-client
41c6882efe91

搜索帮助