mocks

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2019 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockSender

type MockSender struct {
	// contains filtered or unexported fields
}

func NewMockSender

func NewMockSender(options ...pegomock.Option) *MockSender

func (*MockSender) FailHandler added in v0.6.0

func (mock *MockSender) FailHandler() pegomock.FailHandler

func (*MockSender) Send

func (mock *MockSender) Send(log *logging.SimpleLogger, applyResult webhooks.ApplyResult) error

func (*MockSender) SetFailHandler added in v0.6.0

func (mock *MockSender) SetFailHandler(fh pegomock.FailHandler)

func (*MockSender) VerifyWasCalled

func (mock *MockSender) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierMockSender

func (*MockSender) VerifyWasCalledEventually added in v0.4.13

func (mock *MockSender) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierMockSender

func (*MockSender) VerifyWasCalledInOrder

func (mock *MockSender) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, inOrderContext *pegomock.InOrderContext) *VerifierMockSender

func (*MockSender) VerifyWasCalledOnce

func (mock *MockSender) VerifyWasCalledOnce() *VerifierMockSender

type MockSender_Send_OngoingVerification added in v0.8.3

type MockSender_Send_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockSender_Send_OngoingVerification) GetAllCapturedArguments added in v0.8.3

func (c *MockSender_Send_OngoingVerification) GetAllCapturedArguments() (_param0 []*logging.SimpleLogger, _param1 []webhooks.ApplyResult)

func (*MockSender_Send_OngoingVerification) GetCapturedArguments added in v0.8.3

type MockSlackClient

type MockSlackClient struct {
	// contains filtered or unexported fields
}

func NewMockSlackClient

func NewMockSlackClient(options ...pegomock.Option) *MockSlackClient

func (*MockSlackClient) AuthTest

func (mock *MockSlackClient) AuthTest() error

func (*MockSlackClient) ChannelExists

func (mock *MockSlackClient) ChannelExists(channelName string) (bool, error)

func (*MockSlackClient) FailHandler added in v0.6.0

func (mock *MockSlackClient) FailHandler() pegomock.FailHandler

func (*MockSlackClient) PostMessage

func (mock *MockSlackClient) PostMessage(channel string, applyResult webhooks.ApplyResult) error

func (*MockSlackClient) SetFailHandler added in v0.6.0

func (mock *MockSlackClient) SetFailHandler(fh pegomock.FailHandler)

func (*MockSlackClient) TokenIsSet

func (mock *MockSlackClient) TokenIsSet() bool

func (*MockSlackClient) VerifyWasCalled

func (mock *MockSlackClient) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierMockSlackClient

func (*MockSlackClient) VerifyWasCalledEventually added in v0.4.13

func (mock *MockSlackClient) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierMockSlackClient

func (*MockSlackClient) VerifyWasCalledInOrder

func (mock *MockSlackClient) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, inOrderContext *pegomock.InOrderContext) *VerifierMockSlackClient

func (*MockSlackClient) VerifyWasCalledOnce

func (mock *MockSlackClient) VerifyWasCalledOnce() *VerifierMockSlackClient

type MockSlackClient_AuthTest_OngoingVerification added in v0.8.3

type MockSlackClient_AuthTest_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockSlackClient_AuthTest_OngoingVerification) GetAllCapturedArguments added in v0.8.3

func (c *MockSlackClient_AuthTest_OngoingVerification) GetAllCapturedArguments()

func (*MockSlackClient_AuthTest_OngoingVerification) GetCapturedArguments added in v0.8.3

func (c *MockSlackClient_AuthTest_OngoingVerification) GetCapturedArguments()

type MockSlackClient_ChannelExists_OngoingVerification added in v0.8.3

type MockSlackClient_ChannelExists_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockSlackClient_ChannelExists_OngoingVerification) GetAllCapturedArguments added in v0.8.3

func (c *MockSlackClient_ChannelExists_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*MockSlackClient_ChannelExists_OngoingVerification) GetCapturedArguments added in v0.8.3

type MockSlackClient_PostMessage_OngoingVerification added in v0.8.3

type MockSlackClient_PostMessage_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockSlackClient_PostMessage_OngoingVerification) GetAllCapturedArguments added in v0.8.3

func (c *MockSlackClient_PostMessage_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []webhooks.ApplyResult)

func (*MockSlackClient_PostMessage_OngoingVerification) GetCapturedArguments added in v0.8.3

type MockSlackClient_TokenIsSet_OngoingVerification added in v0.8.3

type MockSlackClient_TokenIsSet_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockSlackClient_TokenIsSet_OngoingVerification) GetAllCapturedArguments added in v0.8.3

func (c *MockSlackClient_TokenIsSet_OngoingVerification) GetAllCapturedArguments()

func (*MockSlackClient_TokenIsSet_OngoingVerification) GetCapturedArguments added in v0.8.3

func (c *MockSlackClient_TokenIsSet_OngoingVerification) GetCapturedArguments()

type MockUnderlyingSlackClient

type MockUnderlyingSlackClient struct {
	// contains filtered or unexported fields
}

func NewMockUnderlyingSlackClient

func NewMockUnderlyingSlackClient(options ...pegomock.Option) *MockUnderlyingSlackClient

func (*MockUnderlyingSlackClient) AuthTest

func (*MockUnderlyingSlackClient) FailHandler added in v0.6.0

func (mock *MockUnderlyingSlackClient) FailHandler() pegomock.FailHandler

func (*MockUnderlyingSlackClient) GetChannels

func (mock *MockUnderlyingSlackClient) GetChannels(excludeArchived bool) ([]slack.Channel, error)

func (*MockUnderlyingSlackClient) PostMessage

func (mock *MockUnderlyingSlackClient) PostMessage(channel string, text string, parameters slack.PostMessageParameters) (string, string, error)

func (*MockUnderlyingSlackClient) SetFailHandler added in v0.6.0

func (mock *MockUnderlyingSlackClient) SetFailHandler(fh pegomock.FailHandler)

func (*MockUnderlyingSlackClient) VerifyWasCalled

func (mock *MockUnderlyingSlackClient) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierMockUnderlyingSlackClient

func (*MockUnderlyingSlackClient) VerifyWasCalledEventually added in v0.4.13

func (mock *MockUnderlyingSlackClient) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierMockUnderlyingSlackClient

func (*MockUnderlyingSlackClient) VerifyWasCalledInOrder

func (mock *MockUnderlyingSlackClient) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, inOrderContext *pegomock.InOrderContext) *VerifierMockUnderlyingSlackClient

func (*MockUnderlyingSlackClient) VerifyWasCalledOnce

func (mock *MockUnderlyingSlackClient) VerifyWasCalledOnce() *VerifierMockUnderlyingSlackClient

type MockUnderlyingSlackClient_AuthTest_OngoingVerification added in v0.8.3

type MockUnderlyingSlackClient_AuthTest_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockUnderlyingSlackClient_AuthTest_OngoingVerification) GetAllCapturedArguments added in v0.8.3

func (c *MockUnderlyingSlackClient_AuthTest_OngoingVerification) GetAllCapturedArguments()

func (*MockUnderlyingSlackClient_AuthTest_OngoingVerification) GetCapturedArguments added in v0.8.3

type MockUnderlyingSlackClient_GetChannels_OngoingVerification added in v0.8.3

type MockUnderlyingSlackClient_GetChannels_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockUnderlyingSlackClient_GetChannels_OngoingVerification) GetAllCapturedArguments added in v0.8.3

func (c *MockUnderlyingSlackClient_GetChannels_OngoingVerification) GetAllCapturedArguments() (_param0 []bool)

func (*MockUnderlyingSlackClient_GetChannels_OngoingVerification) GetCapturedArguments added in v0.8.3

type MockUnderlyingSlackClient_PostMessage_OngoingVerification added in v0.8.3

type MockUnderlyingSlackClient_PostMessage_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockUnderlyingSlackClient_PostMessage_OngoingVerification) GetAllCapturedArguments added in v0.8.3

func (c *MockUnderlyingSlackClient_PostMessage_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 []slack.PostMessageParameters)

func (*MockUnderlyingSlackClient_PostMessage_OngoingVerification) GetCapturedArguments added in v0.8.3

type VerifierMockSender added in v0.8.3

type VerifierMockSender struct {
	// contains filtered or unexported fields
}

func (*VerifierMockSender) Send added in v0.8.3

type VerifierMockSlackClient added in v0.8.3

type VerifierMockSlackClient struct {
	// contains filtered or unexported fields
}

func (*VerifierMockSlackClient) AuthTest added in v0.8.3

func (*VerifierMockSlackClient) ChannelExists added in v0.8.3

func (*VerifierMockSlackClient) PostMessage added in v0.8.3

func (*VerifierMockSlackClient) TokenIsSet added in v0.8.3

type VerifierMockUnderlyingSlackClient added in v0.8.3

type VerifierMockUnderlyingSlackClient struct {
	// contains filtered or unexported fields
}

func (*VerifierMockUnderlyingSlackClient) AuthTest added in v0.8.3

func (*VerifierMockUnderlyingSlackClient) GetChannels added in v0.8.3

func (*VerifierMockUnderlyingSlackClient) PostMessage added in v0.8.3

Directories

Path Synopsis
Code generated by pegomock.
Code generated by pegomock.

Jump to

Keyboard shortcuts

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