mock_trello

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 29, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package mock_trello 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) EXPECT

func (m *MockAPI) EXPECT() *MockAPIMockRecorder

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

func (*MockAPI) GetBoard

func (m *MockAPI) GetBoard(name string) (*trello.Board, error)

GetBoard mocks base method

func (*MockAPI) GetBoards

func (m *MockAPI) GetBoards() ([]trello.Board, error)

GetBoards mocks base method

func (*MockAPI) GetCards

func (m *MockAPI) GetCards(board trello.Board) ([]trello.Card, error)

GetCards mocks base method

func (*MockAPI) GetLists

func (m *MockAPI) GetLists(board trello.Board) ([]trello.List, error)

GetLists mocks base method

func (*MockAPI) GetMember

func (m *MockAPI) GetMember(ID string) (*trello.Member, error)

GetMember mocks base method

type MockAPIMockRecorder

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

MockAPIMockRecorder is the mock recorder for MockAPI

func (*MockAPIMockRecorder) GetBoard

func (mr *MockAPIMockRecorder) GetBoard(name interface{}) *gomock.Call

GetBoard indicates an expected call of GetBoard

func (*MockAPIMockRecorder) GetBoards

func (mr *MockAPIMockRecorder) GetBoards() *gomock.Call

GetBoards indicates an expected call of GetBoards

func (*MockAPIMockRecorder) GetCards

func (mr *MockAPIMockRecorder) GetCards(board interface{}) *gomock.Call

GetCards indicates an expected call of GetCards

func (*MockAPIMockRecorder) GetLists

func (mr *MockAPIMockRecorder) GetLists(board interface{}) *gomock.Call

GetLists indicates an expected call of GetLists

func (*MockAPIMockRecorder) GetMember

func (mr *MockAPIMockRecorder) GetMember(ID interface{}) *gomock.Call

GetMember indicates an expected call of GetMember

Jump to

Keyboard shortcuts

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