Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIAPClient ¶
type MockIAPClient struct {
// contains filtered or unexported fields
}
MockIAPClient is a mock of IAPClient interface
func NewMockIAPClient ¶
func NewMockIAPClient(ctrl *gomock.Controller) *MockIAPClient
NewMockIAPClient creates a new mock instance
func (*MockIAPClient) EXPECT ¶
func (m *MockIAPClient) EXPECT() *MockIAPClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockIAPClient) Verify ¶
func (m *MockIAPClient) Verify(arg0 context.Context, arg1 appstore.IAPRequest, arg2 interface{}) error
Verify mocks base method
type MockIAPClientMockRecorder ¶
type MockIAPClientMockRecorder struct {
// contains filtered or unexported fields
}
MockIAPClientMockRecorder is the mock recorder for MockIAPClient
func (*MockIAPClientMockRecorder) Verify ¶
func (mr *MockIAPClientMockRecorder) Verify(arg0, arg1, arg2 interface{}) *gomock.Call
Verify indicates an expected call of Verify
Click to show internal directories.
Click to hide internal directories.