mocks

package
v0.0.0-...-21f8229 Latest Latest
Warning

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

Go to latest
Published: Aug 15, 2019 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

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 MockClock

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

MockClock is a mock of Clock interface

func NewMockClock

func NewMockClock(ctrl *gomock.Controller) *MockClock

NewMockClock creates a new mock instance

func (*MockClock) CreateSpeedMeter

func (m *MockClock) CreateSpeedMeter(arg0, arg1, arg2 float64) string

CreateSpeedMeter mocks base method

func (*MockClock) EXPECT

func (m *MockClock) EXPECT() *MockClockMockRecorder

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

func (*MockClock) Format

func (m *MockClock) Format(arg0 time.Duration) string

Format mocks base method

func (*MockClock) IsStartTimeSet

func (m *MockClock) IsStartTimeSet() error

IsStartTimeSet mocks base method

func (*MockClock) Now

func (m *MockClock) Now()

Now mocks base method

func (*MockClock) Remaining

func (m *MockClock) Remaining(arg0 float64) time.Duration

Remaining mocks base method

func (*MockClock) Seconds

func (m *MockClock) Seconds(arg0 time.Duration) float64

Seconds mocks base method

func (*MockClock) SetStartTime

func (m *MockClock) SetStartTime()

SetStartTime mocks base method

func (*MockClock) Start

func (m *MockClock) Start() time.Time

Start mocks base method

func (*MockClock) Subtract

func (m *MockClock) Subtract() time.Duration

Subtract mocks base method

type MockClockMockRecorder

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

MockClockMockRecorder is the mock recorder for MockClock

func (*MockClockMockRecorder) CreateSpeedMeter

func (mr *MockClockMockRecorder) CreateSpeedMeter(arg0, arg1, arg2 interface{}) *gomock.Call

CreateSpeedMeter indicates an expected call of CreateSpeedMeter

func (*MockClockMockRecorder) Format

func (mr *MockClockMockRecorder) Format(arg0 interface{}) *gomock.Call

Format indicates an expected call of Format

func (*MockClockMockRecorder) IsStartTimeSet

func (mr *MockClockMockRecorder) IsStartTimeSet() *gomock.Call

IsStartTimeSet indicates an expected call of IsStartTimeSet

func (*MockClockMockRecorder) Now

func (mr *MockClockMockRecorder) Now() *gomock.Call

Now indicates an expected call of Now

func (*MockClockMockRecorder) Remaining

func (mr *MockClockMockRecorder) Remaining(arg0 interface{}) *gomock.Call

Remaining indicates an expected call of Remaining

func (*MockClockMockRecorder) Seconds

func (mr *MockClockMockRecorder) Seconds(arg0 interface{}) *gomock.Call

Seconds indicates an expected call of Seconds

func (*MockClockMockRecorder) SetStartTime

func (mr *MockClockMockRecorder) SetStartTime() *gomock.Call

SetStartTime indicates an expected call of SetStartTime

func (*MockClockMockRecorder) Start

func (mr *MockClockMockRecorder) Start() *gomock.Call

Start indicates an expected call of Start

func (*MockClockMockRecorder) Subtract

func (mr *MockClockMockRecorder) Subtract() *gomock.Call

Subtract indicates an expected call of Subtract

type MockSettings

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

MockSettings is a mock of Settings interface

func NewMockSettings

func NewMockSettings(ctrl *gomock.Controller) *MockSettings

NewMockSettings creates a new mock instance

func (*MockSettings) CreateBarString

func (m *MockSettings) CreateBarString(arg0 int) string

CreateBarString mocks base method

func (*MockSettings) EXPECT

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

func (*MockSettings) GetCurrentIterationSymbol

func (m *MockSettings) GetCurrentIterationSymbol() string

GetCurrentIterationSymbol mocks base method

func (*MockSettings) GetDescription

func (m *MockSettings) GetDescription() string

GetDescription mocks base method

func (*MockSettings) GetFinishedIterationSymbol

func (m *MockSettings) GetFinishedIterationSymbol() string

GetFinishedIterationSymbol mocks base method

func (*MockSettings) GetLParen

func (m *MockSettings) GetLParen() string

GetLParen mocks base method

func (*MockSettings) GetLineSize

func (m *MockSettings) GetLineSize() int

GetLineSize mocks base method

func (*MockSettings) GetMaxLineSize

func (m *MockSettings) GetMaxLineSize() int

GetMaxLineSize mocks base method

func (*MockSettings) GetRParen

func (m *MockSettings) GetRParen() string

GetRParen mocks base method

func (*MockSettings) GetRemainingIterationSymbol

func (m *MockSettings) GetRemainingIterationSymbol() string

GetRemainingIterationSymbol mocks base method

func (*MockSettings) GetSuffix

func (m *MockSettings) GetSuffix() string

GetSuffix mocks base method

func (*MockSettings) SetCurrentIterationSymbol

func (m *MockSettings) SetCurrentIterationSymbol(arg0 string)

SetCurrentIterationSymbol mocks base method

func (*MockSettings) SetDescription

func (m *MockSettings) SetDescription(arg0 string)

SetDescription mocks base method

func (*MockSettings) SetFinishedIterationSymbol

func (m *MockSettings) SetFinishedIterationSymbol(arg0 string)

SetFinishedIterationSymbol mocks base method

func (*MockSettings) SetIdealLineSize

func (m *MockSettings) SetIdealLineSize() error

SetIdealLineSize mocks base method

func (*MockSettings) SetLParen

func (m *MockSettings) SetLParen(arg0 string)

SetLParen mocks base method

func (*MockSettings) SetLineSize

func (m *MockSettings) SetLineSize(arg0 int)

SetLineSize mocks base method

func (*MockSettings) SetMaxLineSize

func (m *MockSettings) SetMaxLineSize(arg0 int)

SetMaxLineSize mocks base method

func (*MockSettings) SetRParen

func (m *MockSettings) SetRParen(arg0 string)

SetRParen mocks base method

func (*MockSettings) SetRemainingIterationSymbol

func (m *MockSettings) SetRemainingIterationSymbol(arg0 string)

SetRemainingIterationSymbol mocks base method

func (*MockSettings) SetSuffix

func (m *MockSettings) SetSuffix(arg0 string)

SetSuffix mocks base method

type MockSettingsMockRecorder

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

MockSettingsMockRecorder is the mock recorder for MockSettings

func (*MockSettingsMockRecorder) CreateBarString

func (mr *MockSettingsMockRecorder) CreateBarString(arg0 interface{}) *gomock.Call

CreateBarString indicates an expected call of CreateBarString

func (*MockSettingsMockRecorder) GetCurrentIterationSymbol

func (mr *MockSettingsMockRecorder) GetCurrentIterationSymbol() *gomock.Call

GetCurrentIterationSymbol indicates an expected call of GetCurrentIterationSymbol

func (*MockSettingsMockRecorder) GetDescription

func (mr *MockSettingsMockRecorder) GetDescription() *gomock.Call

GetDescription indicates an expected call of GetDescription

func (*MockSettingsMockRecorder) GetFinishedIterationSymbol

func (mr *MockSettingsMockRecorder) GetFinishedIterationSymbol() *gomock.Call

GetFinishedIterationSymbol indicates an expected call of GetFinishedIterationSymbol

func (*MockSettingsMockRecorder) GetLParen

func (mr *MockSettingsMockRecorder) GetLParen() *gomock.Call

GetLParen indicates an expected call of GetLParen

func (*MockSettingsMockRecorder) GetLineSize

func (mr *MockSettingsMockRecorder) GetLineSize() *gomock.Call

GetLineSize indicates an expected call of GetLineSize

func (*MockSettingsMockRecorder) GetMaxLineSize

func (mr *MockSettingsMockRecorder) GetMaxLineSize() *gomock.Call

GetMaxLineSize indicates an expected call of GetMaxLineSize

func (*MockSettingsMockRecorder) GetRParen

func (mr *MockSettingsMockRecorder) GetRParen() *gomock.Call

GetRParen indicates an expected call of GetRParen

func (*MockSettingsMockRecorder) GetRemainingIterationSymbol

func (mr *MockSettingsMockRecorder) GetRemainingIterationSymbol() *gomock.Call

GetRemainingIterationSymbol indicates an expected call of GetRemainingIterationSymbol

func (*MockSettingsMockRecorder) GetSuffix

func (mr *MockSettingsMockRecorder) GetSuffix() *gomock.Call

GetSuffix indicates an expected call of GetSuffix

func (*MockSettingsMockRecorder) SetCurrentIterationSymbol

func (mr *MockSettingsMockRecorder) SetCurrentIterationSymbol(arg0 interface{}) *gomock.Call

SetCurrentIterationSymbol indicates an expected call of SetCurrentIterationSymbol

func (*MockSettingsMockRecorder) SetDescription

func (mr *MockSettingsMockRecorder) SetDescription(arg0 interface{}) *gomock.Call

SetDescription indicates an expected call of SetDescription

func (*MockSettingsMockRecorder) SetFinishedIterationSymbol

func (mr *MockSettingsMockRecorder) SetFinishedIterationSymbol(arg0 interface{}) *gomock.Call

SetFinishedIterationSymbol indicates an expected call of SetFinishedIterationSymbol

func (*MockSettingsMockRecorder) SetIdealLineSize

func (mr *MockSettingsMockRecorder) SetIdealLineSize() *gomock.Call

SetIdealLineSize indicates an expected call of SetIdealLineSize

func (*MockSettingsMockRecorder) SetLParen

func (mr *MockSettingsMockRecorder) SetLParen(arg0 interface{}) *gomock.Call

SetLParen indicates an expected call of SetLParen

func (*MockSettingsMockRecorder) SetLineSize

func (mr *MockSettingsMockRecorder) SetLineSize(arg0 interface{}) *gomock.Call

SetLineSize indicates an expected call of SetLineSize

func (*MockSettingsMockRecorder) SetMaxLineSize

func (mr *MockSettingsMockRecorder) SetMaxLineSize(arg0 interface{}) *gomock.Call

SetMaxLineSize indicates an expected call of SetMaxLineSize

func (*MockSettingsMockRecorder) SetRParen

func (mr *MockSettingsMockRecorder) SetRParen(arg0 interface{}) *gomock.Call

SetRParen indicates an expected call of SetRParen

func (*MockSettingsMockRecorder) SetRemainingIterationSymbol

func (mr *MockSettingsMockRecorder) SetRemainingIterationSymbol(arg0 interface{}) *gomock.Call

SetRemainingIterationSymbol indicates an expected call of SetRemainingIterationSymbol

func (*MockSettingsMockRecorder) SetSuffix

func (mr *MockSettingsMockRecorder) SetSuffix(arg0 interface{}) *gomock.Call

SetSuffix indicates an expected call of SetSuffix

type MockValues

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

MockValues is a mock of Values interface

func NewMockValues

func NewMockValues(ctrl *gomock.Controller) *MockValues

NewMockValues creates a new mock instance

func (*MockValues) EXPECT

func (m *MockValues) EXPECT() *MockValuesMockRecorder

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

func (*MockValues) GetCurrent

func (m *MockValues) GetCurrent() float64

GetCurrent mocks base method

func (*MockValues) GetIsObject

func (m *MockValues) GetIsObject() bool

GetIsObject mocks base method

func (*MockValues) GetStart

func (m *MockValues) GetStart() float64

GetStart mocks base method

func (*MockValues) GetStep

func (m *MockValues) GetStep() float64

GetStep mocks base method

func (*MockValues) GetStop

func (m *MockValues) GetStop() float64

GetStop mocks base method

func (*MockValues) SetCurrent

func (m *MockValues) SetCurrent(arg0 float64)

SetCurrent mocks base method

func (*MockValues) SetIsObject

func (m *MockValues) SetIsObject(arg0 bool)

SetIsObject mocks base method

func (*MockValues) SetStart

func (m *MockValues) SetStart(arg0 float64)

SetStart mocks base method

func (*MockValues) SetStep

func (m *MockValues) SetStep(arg0 float64)

SetStep mocks base method

func (*MockValues) SetStop

func (m *MockValues) SetStop(arg0 float64)

SetStop mocks base method

func (*MockValues) Statistics

func (m *MockValues) Statistics(arg0 int) (string, int)

Statistics mocks base method

type MockValuesMockRecorder

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

MockValuesMockRecorder is the mock recorder for MockValues

func (*MockValuesMockRecorder) GetCurrent

func (mr *MockValuesMockRecorder) GetCurrent() *gomock.Call

GetCurrent indicates an expected call of GetCurrent

func (*MockValuesMockRecorder) GetIsObject

func (mr *MockValuesMockRecorder) GetIsObject() *gomock.Call

GetIsObject indicates an expected call of GetIsObject

func (*MockValuesMockRecorder) GetStart

func (mr *MockValuesMockRecorder) GetStart() *gomock.Call

GetStart indicates an expected call of GetStart

func (*MockValuesMockRecorder) GetStep

func (mr *MockValuesMockRecorder) GetStep() *gomock.Call

GetStep indicates an expected call of GetStep

func (*MockValuesMockRecorder) GetStop

func (mr *MockValuesMockRecorder) GetStop() *gomock.Call

GetStop indicates an expected call of GetStop

func (*MockValuesMockRecorder) SetCurrent

func (mr *MockValuesMockRecorder) SetCurrent(arg0 interface{}) *gomock.Call

SetCurrent indicates an expected call of SetCurrent

func (*MockValuesMockRecorder) SetIsObject

func (mr *MockValuesMockRecorder) SetIsObject(arg0 interface{}) *gomock.Call

SetIsObject indicates an expected call of SetIsObject

func (*MockValuesMockRecorder) SetStart

func (mr *MockValuesMockRecorder) SetStart(arg0 interface{}) *gomock.Call

SetStart indicates an expected call of SetStart

func (*MockValuesMockRecorder) SetStep

func (mr *MockValuesMockRecorder) SetStep(arg0 interface{}) *gomock.Call

SetStep indicates an expected call of SetStep

func (*MockValuesMockRecorder) SetStop

func (mr *MockValuesMockRecorder) SetStop(arg0 interface{}) *gomock.Call

SetStop indicates an expected call of SetStop

func (*MockValuesMockRecorder) Statistics

func (mr *MockValuesMockRecorder) Statistics(arg0 interface{}) *gomock.Call

Statistics indicates an expected call of Statistics

type MockWrite

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

MockWrite is a mock of Write interface

func NewMockWrite

func NewMockWrite(ctrl *gomock.Controller) *MockWrite

NewMockWrite creates a new mock instance

func (*MockWrite) EXPECT

func (m *MockWrite) EXPECT() *MockWriteMockRecorder

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

func (*MockWrite) GetWriter

func (m *MockWrite) GetWriter() io.Writer

GetWriter mocks base method

func (*MockWrite) SetWriter

func (m *MockWrite) SetWriter(arg0 io.Writer)

SetWriter mocks base method

func (*MockWrite) WriteString

func (m *MockWrite) WriteString(arg0 string) error

WriteString mocks base method

type MockWriteMockRecorder

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

MockWriteMockRecorder is the mock recorder for MockWrite

func (*MockWriteMockRecorder) GetWriter

func (mr *MockWriteMockRecorder) GetWriter() *gomock.Call

GetWriter indicates an expected call of GetWriter

func (*MockWriteMockRecorder) SetWriter

func (mr *MockWriteMockRecorder) SetWriter(arg0 interface{}) *gomock.Call

SetWriter indicates an expected call of SetWriter

func (*MockWriteMockRecorder) WriteString

func (mr *MockWriteMockRecorder) WriteString(arg0 interface{}) *gomock.Call

WriteString indicates an expected call of WriteString

Jump to

Keyboard shortcuts

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