mocks

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 25, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

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 Mockapi

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

Mockapi is a mock of api interface

func NewMockapi

func NewMockapi(ctrl *gomock.Controller) *Mockapi

NewMockapi creates a new mock instance

func (*Mockapi) CreateChangeSet

CreateChangeSet mocks base method

func (*Mockapi) DeleteChangeSet

DeleteChangeSet mocks base method

func (*Mockapi) DeleteStack

DeleteStack mocks base method

func (*Mockapi) DescribeChangeSet

DescribeChangeSet mocks base method

func (*Mockapi) DescribeStackEvents

DescribeStackEvents mocks base method

func (*Mockapi) DescribeStacks

DescribeStacks mocks base method

func (*Mockapi) EXPECT

func (m *Mockapi) EXPECT() *MockapiMockRecorder

EXPECT returns an object that allows the caller to indicate expected use

func (*Mockapi) ExecuteChangeSet

ExecuteChangeSet mocks base method

func (*Mockapi) WaitUntilChangeSetCreateCompleteWithContext

func (m *Mockapi) WaitUntilChangeSetCreateCompleteWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeChangeSetInput, arg2 ...request.WaiterOption) error

WaitUntilChangeSetCreateCompleteWithContext mocks base method

func (*Mockapi) WaitUntilStackCreateCompleteWithContext

func (m *Mockapi) WaitUntilStackCreateCompleteWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeStacksInput, arg2 ...request.WaiterOption) error

WaitUntilStackCreateCompleteWithContext mocks base method

func (*Mockapi) WaitUntilStackDeleteCompleteWithContext

func (m *Mockapi) WaitUntilStackDeleteCompleteWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeStacksInput, arg2 ...request.WaiterOption) error

WaitUntilStackDeleteCompleteWithContext mocks base method

func (*Mockapi) WaitUntilStackUpdateCompleteWithContext

func (m *Mockapi) WaitUntilStackUpdateCompleteWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeStacksInput, arg2 ...request.WaiterOption) error

WaitUntilStackUpdateCompleteWithContext mocks base method

type MockapiMockRecorder

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

MockapiMockRecorder is the mock recorder for Mockapi

func (*MockapiMockRecorder) CreateChangeSet

func (mr *MockapiMockRecorder) CreateChangeSet(arg0 interface{}) *gomock.Call

CreateChangeSet indicates an expected call of CreateChangeSet

func (*MockapiMockRecorder) DeleteChangeSet

func (mr *MockapiMockRecorder) DeleteChangeSet(arg0 interface{}) *gomock.Call

DeleteChangeSet indicates an expected call of DeleteChangeSet

func (*MockapiMockRecorder) DeleteStack

func (mr *MockapiMockRecorder) DeleteStack(arg0 interface{}) *gomock.Call

DeleteStack indicates an expected call of DeleteStack

func (*MockapiMockRecorder) DescribeChangeSet

func (mr *MockapiMockRecorder) DescribeChangeSet(arg0 interface{}) *gomock.Call

DescribeChangeSet indicates an expected call of DescribeChangeSet

func (*MockapiMockRecorder) DescribeStackEvents

func (mr *MockapiMockRecorder) DescribeStackEvents(arg0 interface{}) *gomock.Call

DescribeStackEvents indicates an expected call of DescribeStackEvents

func (*MockapiMockRecorder) DescribeStacks

func (mr *MockapiMockRecorder) DescribeStacks(arg0 interface{}) *gomock.Call

DescribeStacks indicates an expected call of DescribeStacks

func (*MockapiMockRecorder) ExecuteChangeSet

func (mr *MockapiMockRecorder) ExecuteChangeSet(arg0 interface{}) *gomock.Call

ExecuteChangeSet indicates an expected call of ExecuteChangeSet

func (*MockapiMockRecorder) WaitUntilChangeSetCreateCompleteWithContext

func (mr *MockapiMockRecorder) WaitUntilChangeSetCreateCompleteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilChangeSetCreateCompleteWithContext indicates an expected call of WaitUntilChangeSetCreateCompleteWithContext

func (*MockapiMockRecorder) WaitUntilStackCreateCompleteWithContext

func (mr *MockapiMockRecorder) WaitUntilStackCreateCompleteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilStackCreateCompleteWithContext indicates an expected call of WaitUntilStackCreateCompleteWithContext

func (*MockapiMockRecorder) WaitUntilStackDeleteCompleteWithContext

func (mr *MockapiMockRecorder) WaitUntilStackDeleteCompleteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilStackDeleteCompleteWithContext indicates an expected call of WaitUntilStackDeleteCompleteWithContext

func (*MockapiMockRecorder) WaitUntilStackUpdateCompleteWithContext

func (mr *MockapiMockRecorder) WaitUntilStackUpdateCompleteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilStackUpdateCompleteWithContext indicates an expected call of WaitUntilStackUpdateCompleteWithContext

type MockchangeSetAPI

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

MockchangeSetAPI is a mock of changeSetAPI interface

func NewMockchangeSetAPI

func NewMockchangeSetAPI(ctrl *gomock.Controller) *MockchangeSetAPI

NewMockchangeSetAPI creates a new mock instance

func (*MockchangeSetAPI) CreateChangeSet

CreateChangeSet mocks base method

func (*MockchangeSetAPI) DeleteChangeSet

DeleteChangeSet mocks base method

func (*MockchangeSetAPI) DescribeChangeSet

DescribeChangeSet mocks base method

func (*MockchangeSetAPI) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockchangeSetAPI) ExecuteChangeSet

ExecuteChangeSet mocks base method

func (*MockchangeSetAPI) WaitUntilChangeSetCreateCompleteWithContext

func (m *MockchangeSetAPI) WaitUntilChangeSetCreateCompleteWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeChangeSetInput, arg2 ...request.WaiterOption) error

WaitUntilChangeSetCreateCompleteWithContext mocks base method

type MockchangeSetAPIMockRecorder

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

MockchangeSetAPIMockRecorder is the mock recorder for MockchangeSetAPI

func (*MockchangeSetAPIMockRecorder) CreateChangeSet

func (mr *MockchangeSetAPIMockRecorder) CreateChangeSet(arg0 interface{}) *gomock.Call

CreateChangeSet indicates an expected call of CreateChangeSet

func (*MockchangeSetAPIMockRecorder) DeleteChangeSet

func (mr *MockchangeSetAPIMockRecorder) DeleteChangeSet(arg0 interface{}) *gomock.Call

DeleteChangeSet indicates an expected call of DeleteChangeSet

func (*MockchangeSetAPIMockRecorder) DescribeChangeSet

func (mr *MockchangeSetAPIMockRecorder) DescribeChangeSet(arg0 interface{}) *gomock.Call

DescribeChangeSet indicates an expected call of DescribeChangeSet

func (*MockchangeSetAPIMockRecorder) ExecuteChangeSet

func (mr *MockchangeSetAPIMockRecorder) ExecuteChangeSet(arg0 interface{}) *gomock.Call

ExecuteChangeSet indicates an expected call of ExecuteChangeSet

func (*MockchangeSetAPIMockRecorder) WaitUntilChangeSetCreateCompleteWithContext

func (mr *MockchangeSetAPIMockRecorder) WaitUntilChangeSetCreateCompleteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilChangeSetCreateCompleteWithContext indicates an expected call of WaitUntilChangeSetCreateCompleteWithContext

Jump to

Keyboard shortcuts

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