Documentation ¶
Overview ¶
Package honeycodemock is a generated GoMock package.
Index ¶
- type MockHoneycodeAPI
- func (m *MockHoneycodeAPI) EXPECT() *MockHoneycodeAPIMockRecorder
- func (m *MockHoneycodeAPI) GetScreenData(arg0 *honeycode.GetScreenDataInput) (*honeycode.GetScreenDataOutput, error)
- func (m *MockHoneycodeAPI) GetScreenDataRequest(arg0 *honeycode.GetScreenDataInput) (*request.Request, *honeycode.GetScreenDataOutput)
- func (m *MockHoneycodeAPI) GetScreenDataWithContext(arg0 context.Context, arg1 *honeycode.GetScreenDataInput, ...) (*honeycode.GetScreenDataOutput, error)
- func (m *MockHoneycodeAPI) InvokeScreenAutomation(arg0 *honeycode.InvokeScreenAutomationInput) (*honeycode.InvokeScreenAutomationOutput, error)
- func (m *MockHoneycodeAPI) InvokeScreenAutomationRequest(arg0 *honeycode.InvokeScreenAutomationInput) (*request.Request, *honeycode.InvokeScreenAutomationOutput)
- func (m *MockHoneycodeAPI) InvokeScreenAutomationWithContext(arg0 context.Context, arg1 *honeycode.InvokeScreenAutomationInput, ...) (*honeycode.InvokeScreenAutomationOutput, error)
- type MockHoneycodeAPIMockRecorder
- func (mr *MockHoneycodeAPIMockRecorder) GetScreenData(arg0 interface{}) *gomock.Call
- func (mr *MockHoneycodeAPIMockRecorder) GetScreenDataRequest(arg0 interface{}) *gomock.Call
- func (mr *MockHoneycodeAPIMockRecorder) GetScreenDataWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockHoneycodeAPIMockRecorder) InvokeScreenAutomation(arg0 interface{}) *gomock.Call
- func (mr *MockHoneycodeAPIMockRecorder) InvokeScreenAutomationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockHoneycodeAPIMockRecorder) InvokeScreenAutomationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockHoneycodeAPI ¶
type MockHoneycodeAPI struct {
// contains filtered or unexported fields
}
MockHoneycodeAPI is a mock of HoneycodeAPI interface
func NewMockHoneycodeAPI ¶
func NewMockHoneycodeAPI(ctrl *gomock.Controller) *MockHoneycodeAPI
NewMockHoneycodeAPI creates a new mock instance
func (*MockHoneycodeAPI) EXPECT ¶
func (m *MockHoneycodeAPI) EXPECT() *MockHoneycodeAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockHoneycodeAPI) GetScreenData ¶
func (m *MockHoneycodeAPI) GetScreenData(arg0 *honeycode.GetScreenDataInput) (*honeycode.GetScreenDataOutput, error)
GetScreenData mocks base method
func (*MockHoneycodeAPI) GetScreenDataRequest ¶
func (m *MockHoneycodeAPI) GetScreenDataRequest(arg0 *honeycode.GetScreenDataInput) (*request.Request, *honeycode.GetScreenDataOutput)
GetScreenDataRequest mocks base method
func (*MockHoneycodeAPI) GetScreenDataWithContext ¶
func (m *MockHoneycodeAPI) GetScreenDataWithContext(arg0 context.Context, arg1 *honeycode.GetScreenDataInput, arg2 ...request.Option) (*honeycode.GetScreenDataOutput, error)
GetScreenDataWithContext mocks base method
func (*MockHoneycodeAPI) InvokeScreenAutomation ¶
func (m *MockHoneycodeAPI) InvokeScreenAutomation(arg0 *honeycode.InvokeScreenAutomationInput) (*honeycode.InvokeScreenAutomationOutput, error)
InvokeScreenAutomation mocks base method
func (*MockHoneycodeAPI) InvokeScreenAutomationRequest ¶
func (m *MockHoneycodeAPI) InvokeScreenAutomationRequest(arg0 *honeycode.InvokeScreenAutomationInput) (*request.Request, *honeycode.InvokeScreenAutomationOutput)
InvokeScreenAutomationRequest mocks base method
func (*MockHoneycodeAPI) InvokeScreenAutomationWithContext ¶
func (m *MockHoneycodeAPI) InvokeScreenAutomationWithContext(arg0 context.Context, arg1 *honeycode.InvokeScreenAutomationInput, arg2 ...request.Option) (*honeycode.InvokeScreenAutomationOutput, error)
InvokeScreenAutomationWithContext mocks base method
type MockHoneycodeAPIMockRecorder ¶
type MockHoneycodeAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockHoneycodeAPIMockRecorder is the mock recorder for MockHoneycodeAPI
func (*MockHoneycodeAPIMockRecorder) GetScreenData ¶
func (mr *MockHoneycodeAPIMockRecorder) GetScreenData(arg0 interface{}) *gomock.Call
GetScreenData indicates an expected call of GetScreenData
func (*MockHoneycodeAPIMockRecorder) GetScreenDataRequest ¶
func (mr *MockHoneycodeAPIMockRecorder) GetScreenDataRequest(arg0 interface{}) *gomock.Call
GetScreenDataRequest indicates an expected call of GetScreenDataRequest
func (*MockHoneycodeAPIMockRecorder) GetScreenDataWithContext ¶
func (mr *MockHoneycodeAPIMockRecorder) GetScreenDataWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetScreenDataWithContext indicates an expected call of GetScreenDataWithContext
func (*MockHoneycodeAPIMockRecorder) InvokeScreenAutomation ¶
func (mr *MockHoneycodeAPIMockRecorder) InvokeScreenAutomation(arg0 interface{}) *gomock.Call
InvokeScreenAutomation indicates an expected call of InvokeScreenAutomation
func (*MockHoneycodeAPIMockRecorder) InvokeScreenAutomationRequest ¶
func (mr *MockHoneycodeAPIMockRecorder) InvokeScreenAutomationRequest(arg0 interface{}) *gomock.Call
InvokeScreenAutomationRequest indicates an expected call of InvokeScreenAutomationRequest
func (*MockHoneycodeAPIMockRecorder) InvokeScreenAutomationWithContext ¶
func (mr *MockHoneycodeAPIMockRecorder) InvokeScreenAutomationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
InvokeScreenAutomationWithContext indicates an expected call of InvokeScreenAutomationWithContext