mocks

package
v0.0.0-...-0441c58 Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2019 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

Code generated by counterfeiter. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChainGetter

type ChainGetter struct {
	mock.Mock
}

ChainGetter is an autogenerated mock type for the ChainGetter type

func (*ChainGetter) GetChain

func (_m *ChainGetter) GetChain(chainID string) *multichannel.ChainSupport

GetChain provides a mock function with given fields: chainID

type Configurator

type Configurator struct {
	mock.Mock
}

Configurator is an autogenerated mock type for the Configurator type

func (*Configurator) Configure

func (_m *Configurator) Configure(channel string, newNodes []cluster.RemoteNode)

Configure provides a mock function with given fields: channel, newNodes

type FakeBlockPuller

type FakeBlockPuller struct {
	PullBlockStub func(seq uint64) *common.Block

	CloseStub func()
	// contains filtered or unexported fields
}

func (*FakeBlockPuller) Close

func (fake *FakeBlockPuller) Close()

func (*FakeBlockPuller) CloseCallCount

func (fake *FakeBlockPuller) CloseCallCount() int

func (*FakeBlockPuller) Invocations

func (fake *FakeBlockPuller) Invocations() map[string][][]interface{}

func (*FakeBlockPuller) PullBlock

func (fake *FakeBlockPuller) PullBlock(seq uint64) *common.Block

func (*FakeBlockPuller) PullBlockArgsForCall

func (fake *FakeBlockPuller) PullBlockArgsForCall(i int) uint64

func (*FakeBlockPuller) PullBlockCallCount

func (fake *FakeBlockPuller) PullBlockCallCount() int

func (*FakeBlockPuller) PullBlockReturns

func (fake *FakeBlockPuller) PullBlockReturns(result1 *common.Block)

func (*FakeBlockPuller) PullBlockReturnsOnCall

func (fake *FakeBlockPuller) PullBlockReturnsOnCall(i int, result1 *common.Block)

type FakeRPC

type FakeRPC struct {
	StepStub func(dest uint64, msg *orderer.StepRequest) (*orderer.StepResponse, error)

	SendSubmitStub func(dest uint64, request *orderer.SubmitRequest) error
	// contains filtered or unexported fields
}

func (*FakeRPC) Invocations

func (fake *FakeRPC) Invocations() map[string][][]interface{}

func (*FakeRPC) SendSubmit

func (fake *FakeRPC) SendSubmit(dest uint64, request *orderer.SubmitRequest) error

func (*FakeRPC) SendSubmitArgsForCall

func (fake *FakeRPC) SendSubmitArgsForCall(i int) (uint64, *orderer.SubmitRequest)

func (*FakeRPC) SendSubmitCallCount

func (fake *FakeRPC) SendSubmitCallCount() int

func (*FakeRPC) SendSubmitReturns

func (fake *FakeRPC) SendSubmitReturns(result1 error)

func (*FakeRPC) SendSubmitReturnsOnCall

func (fake *FakeRPC) SendSubmitReturnsOnCall(i int, result1 error)

func (*FakeRPC) Step

func (fake *FakeRPC) Step(dest uint64, msg *orderer.StepRequest) (*orderer.StepResponse, error)

func (*FakeRPC) StepArgsForCall

func (fake *FakeRPC) StepArgsForCall(i int) (uint64, *orderer.StepRequest)

func (*FakeRPC) StepCallCount

func (fake *FakeRPC) StepCallCount() int

func (*FakeRPC) StepReturns

func (fake *FakeRPC) StepReturns(result1 *orderer.StepResponse, result2 error)

func (*FakeRPC) StepReturnsOnCall

func (fake *FakeRPC) StepReturnsOnCall(i int, result1 *orderer.StepResponse, result2 error)

type MessageReceiver

type MessageReceiver struct {
	mock.Mock
}

MessageReceiver is an autogenerated mock type for the MessageReceiver type

func (*MessageReceiver) Step

func (_m *MessageReceiver) Step(req *orderer.StepRequest, sender uint64) error

Step provides a mock function with given fields: req, sender

func (*MessageReceiver) Submit

func (_m *MessageReceiver) Submit(req *orderer.SubmitRequest, sender uint64) error

Submit provides a mock function with given fields: req, sender

type ReceiverGetter

type ReceiverGetter struct {
	mock.Mock
}

ReceiverGetter is an autogenerated mock type for the ReceiverGetter type

func (*ReceiverGetter) ReceiverByChain

func (_m *ReceiverGetter) ReceiverByChain(channelID string) etcdraft.MessageReceiver

ReceiverByChain provides a mock function with given fields: channelID

Jump to

Keyboard shortcuts

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