mocks

package
v0.1.0-alpha.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 13, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package mocks implement important mocking interface of packer.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewGitHubFactory

func NewGitHubFactory(client *Client) githubclient.Factory

NewGitHubFactory returns a mocked Github client.

Types

type Client

type Client struct {
	mock.Mock
}

Client is an autogenerated mock type for the Client type

func NewClient

func NewClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *Client

NewClient creates a new instance of Client. 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 (*Client) DownloadReleaseAssets

func (_m *Client) DownloadReleaseAssets(ctx context.Context, release *github.RepositoryRelease, path string, assetlist []string) error

DownloadReleaseAssets provides a mock function with given fields: ctx, release, path, assetlist

func (*Client) GetReleaseByTag

func (_m *Client) GetReleaseByTag(ctx context.Context, tag string) (*github.RepositoryRelease, *github.Response, error)

GetReleaseByTag provides a mock function with given fields: ctx, tag

func (*Client) ListRelease

func (_m *Client) ListRelease(ctx context.Context) ([]*github.RepositoryRelease, *github.Response, error)

ListRelease provides a mock function with given fields: ctx

type Factory

type Factory struct {
	mock.Mock
}

Factory is an autogenerated mock type for the Factory type

func NewFactory

func NewFactory(t interface {
	mock.TestingT
	Cleanup(func())
}) *Factory

NewFactory creates a new instance of Factory. 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 (*Factory) NewClient

func (_m *Factory) NewClient(ctx context.Context) (client.Client, error)

NewClient provides a mock function with given fields: ctx

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL