mocks

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IClient

type IClient struct {
	mock.Mock
}

IClient is an autogenerated mock type for the IClient type

func NewIClient

func NewIClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *IClient

NewIClient creates a new instance of IClient. 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 (*IClient) CreateCapability

func (_m *IClient) CreateCapability(ctx context.Context, params *b2bi.CreateCapabilityInput, optFns ...func(*b2bi.Options)) (*b2bi.CreateCapabilityOutput, error)

CreateCapability provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreatePartnership

func (_m *IClient) CreatePartnership(ctx context.Context, params *b2bi.CreatePartnershipInput, optFns ...func(*b2bi.Options)) (*b2bi.CreatePartnershipOutput, error)

CreatePartnership provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateProfile

func (_m *IClient) CreateProfile(ctx context.Context, params *b2bi.CreateProfileInput, optFns ...func(*b2bi.Options)) (*b2bi.CreateProfileOutput, error)

CreateProfile provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateTransformer

func (_m *IClient) CreateTransformer(ctx context.Context, params *b2bi.CreateTransformerInput, optFns ...func(*b2bi.Options)) (*b2bi.CreateTransformerOutput, error)

CreateTransformer provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteCapability

func (_m *IClient) DeleteCapability(ctx context.Context, params *b2bi.DeleteCapabilityInput, optFns ...func(*b2bi.Options)) (*b2bi.DeleteCapabilityOutput, error)

DeleteCapability provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeletePartnership

func (_m *IClient) DeletePartnership(ctx context.Context, params *b2bi.DeletePartnershipInput, optFns ...func(*b2bi.Options)) (*b2bi.DeletePartnershipOutput, error)

DeletePartnership provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteProfile

func (_m *IClient) DeleteProfile(ctx context.Context, params *b2bi.DeleteProfileInput, optFns ...func(*b2bi.Options)) (*b2bi.DeleteProfileOutput, error)

DeleteProfile provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteTransformer

func (_m *IClient) DeleteTransformer(ctx context.Context, params *b2bi.DeleteTransformerInput, optFns ...func(*b2bi.Options)) (*b2bi.DeleteTransformerOutput, error)

DeleteTransformer provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetCapability

func (_m *IClient) GetCapability(ctx context.Context, params *b2bi.GetCapabilityInput, optFns ...func(*b2bi.Options)) (*b2bi.GetCapabilityOutput, error)

GetCapability provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetPartnership

func (_m *IClient) GetPartnership(ctx context.Context, params *b2bi.GetPartnershipInput, optFns ...func(*b2bi.Options)) (*b2bi.GetPartnershipOutput, error)

GetPartnership provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetProfile

func (_m *IClient) GetProfile(ctx context.Context, params *b2bi.GetProfileInput, optFns ...func(*b2bi.Options)) (*b2bi.GetProfileOutput, error)

GetProfile provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetTransformer

func (_m *IClient) GetTransformer(ctx context.Context, params *b2bi.GetTransformerInput, optFns ...func(*b2bi.Options)) (*b2bi.GetTransformerOutput, error)

GetTransformer provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetTransformerJob

func (_m *IClient) GetTransformerJob(ctx context.Context, params *b2bi.GetTransformerJobInput, optFns ...func(*b2bi.Options)) (*b2bi.GetTransformerJobOutput, error)

GetTransformerJob provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListCapabilities

func (_m *IClient) ListCapabilities(ctx context.Context, params *b2bi.ListCapabilitiesInput, optFns ...func(*b2bi.Options)) (*b2bi.ListCapabilitiesOutput, error)

ListCapabilities provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListPartnerships

func (_m *IClient) ListPartnerships(ctx context.Context, params *b2bi.ListPartnershipsInput, optFns ...func(*b2bi.Options)) (*b2bi.ListPartnershipsOutput, error)

ListPartnerships provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListProfiles

func (_m *IClient) ListProfiles(ctx context.Context, params *b2bi.ListProfilesInput, optFns ...func(*b2bi.Options)) (*b2bi.ListProfilesOutput, error)

ListProfiles provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListTagsForResource

func (_m *IClient) ListTagsForResource(ctx context.Context, params *b2bi.ListTagsForResourceInput, optFns ...func(*b2bi.Options)) (*b2bi.ListTagsForResourceOutput, error)

ListTagsForResource provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListTransformers

func (_m *IClient) ListTransformers(ctx context.Context, params *b2bi.ListTransformersInput, optFns ...func(*b2bi.Options)) (*b2bi.ListTransformersOutput, error)

ListTransformers provides a mock function with given fields: ctx, params, optFns

func (*IClient) Options

func (_m *IClient) Options() b2bi.Options

Options provides a mock function with given fields:

func (*IClient) StartTransformerJob

func (_m *IClient) StartTransformerJob(ctx context.Context, params *b2bi.StartTransformerJobInput, optFns ...func(*b2bi.Options)) (*b2bi.StartTransformerJobOutput, error)

StartTransformerJob provides a mock function with given fields: ctx, params, optFns

func (*IClient) TagResource

func (_m *IClient) TagResource(ctx context.Context, params *b2bi.TagResourceInput, optFns ...func(*b2bi.Options)) (*b2bi.TagResourceOutput, error)

TagResource provides a mock function with given fields: ctx, params, optFns

func (*IClient) TestMapping

func (_m *IClient) TestMapping(ctx context.Context, params *b2bi.TestMappingInput, optFns ...func(*b2bi.Options)) (*b2bi.TestMappingOutput, error)

TestMapping provides a mock function with given fields: ctx, params, optFns

func (*IClient) TestParsing

func (_m *IClient) TestParsing(ctx context.Context, params *b2bi.TestParsingInput, optFns ...func(*b2bi.Options)) (*b2bi.TestParsingOutput, error)

TestParsing provides a mock function with given fields: ctx, params, optFns

func (*IClient) UntagResource

func (_m *IClient) UntagResource(ctx context.Context, params *b2bi.UntagResourceInput, optFns ...func(*b2bi.Options)) (*b2bi.UntagResourceOutput, error)

UntagResource provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateCapability

func (_m *IClient) UpdateCapability(ctx context.Context, params *b2bi.UpdateCapabilityInput, optFns ...func(*b2bi.Options)) (*b2bi.UpdateCapabilityOutput, error)

UpdateCapability provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdatePartnership

func (_m *IClient) UpdatePartnership(ctx context.Context, params *b2bi.UpdatePartnershipInput, optFns ...func(*b2bi.Options)) (*b2bi.UpdatePartnershipOutput, error)

UpdatePartnership provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateProfile

func (_m *IClient) UpdateProfile(ctx context.Context, params *b2bi.UpdateProfileInput, optFns ...func(*b2bi.Options)) (*b2bi.UpdateProfileOutput, error)

UpdateProfile provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateTransformer

func (_m *IClient) UpdateTransformer(ctx context.Context, params *b2bi.UpdateTransformerInput, optFns ...func(*b2bi.Options)) (*b2bi.UpdateTransformerOutput, error)

UpdateTransformer provides a mock function with given fields: ctx, params, optFns

Jump to

Keyboard shortcuts

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