testing

package
v0.0.0-...-ab12051 Latest Latest
Warning

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

Go to latest
Published: Mar 1, 2020 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Overview

Package testing is a generated GoMock package.

Package testing is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockBeaconChain_StreamAttestationsServer

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

MockBeaconChain_StreamAttestationsServer is a mock of BeaconChain_StreamAttestationsServer interface

func NewMockBeaconChain_StreamAttestationsServer

func NewMockBeaconChain_StreamAttestationsServer(ctrl *gomock.Controller) *MockBeaconChain_StreamAttestationsServer

NewMockBeaconChain_StreamAttestationsServer creates a new mock instance

func (*MockBeaconChain_StreamAttestationsServer) Context

Context mocks base method

func (*MockBeaconChain_StreamAttestationsServer) EXPECT

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

func (*MockBeaconChain_StreamAttestationsServer) RecvMsg

func (m *MockBeaconChain_StreamAttestationsServer) RecvMsg(arg0 interface{}) error

RecvMsg mocks base method

func (*MockBeaconChain_StreamAttestationsServer) Send

Send mocks base method

func (*MockBeaconChain_StreamAttestationsServer) SendHeader

SendHeader mocks base method

func (*MockBeaconChain_StreamAttestationsServer) SendMsg

func (m *MockBeaconChain_StreamAttestationsServer) SendMsg(arg0 interface{}) error

SendMsg mocks base method

func (*MockBeaconChain_StreamAttestationsServer) SetHeader

SetHeader mocks base method

func (*MockBeaconChain_StreamAttestationsServer) SetTrailer

SetTrailer mocks base method

type MockBeaconChain_StreamAttestationsServerMockRecorder

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

MockBeaconChain_StreamAttestationsServerMockRecorder is the mock recorder for MockBeaconChain_StreamAttestationsServer

func (*MockBeaconChain_StreamAttestationsServerMockRecorder) Context

Context indicates an expected call of Context

func (*MockBeaconChain_StreamAttestationsServerMockRecorder) RecvMsg

func (mr *MockBeaconChain_StreamAttestationsServerMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg

func (*MockBeaconChain_StreamAttestationsServerMockRecorder) Send

Send indicates an expected call of Send

func (*MockBeaconChain_StreamAttestationsServerMockRecorder) SendHeader

func (mr *MockBeaconChain_StreamAttestationsServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call

SendHeader indicates an expected call of SendHeader

func (*MockBeaconChain_StreamAttestationsServerMockRecorder) SendMsg

func (mr *MockBeaconChain_StreamAttestationsServerMockRecorder) SendMsg(arg0 interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg

func (*MockBeaconChain_StreamAttestationsServerMockRecorder) SetHeader

func (mr *MockBeaconChain_StreamAttestationsServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call

SetHeader indicates an expected call of SetHeader

func (*MockBeaconChain_StreamAttestationsServerMockRecorder) SetTrailer

func (mr *MockBeaconChain_StreamAttestationsServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call

SetTrailer indicates an expected call of SetTrailer

type MockBeaconChain_StreamBlocksServer

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

MockBeaconChain_StreamBlocksServer is a mock of BeaconChain_StreamBlocksServer interface

func NewMockBeaconChain_StreamBlocksServer

func NewMockBeaconChain_StreamBlocksServer(ctrl *gomock.Controller) *MockBeaconChain_StreamBlocksServer

NewMockBeaconChain_StreamBlocksServer creates a new mock instance

func (*MockBeaconChain_StreamBlocksServer) Context

Context mocks base method

func (*MockBeaconChain_StreamBlocksServer) EXPECT

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

func (*MockBeaconChain_StreamBlocksServer) RecvMsg

func (m *MockBeaconChain_StreamBlocksServer) RecvMsg(arg0 interface{}) error

RecvMsg mocks base method

func (*MockBeaconChain_StreamBlocksServer) Send

Send mocks base method

func (*MockBeaconChain_StreamBlocksServer) SendHeader

SendHeader mocks base method

func (*MockBeaconChain_StreamBlocksServer) SendMsg

func (m *MockBeaconChain_StreamBlocksServer) SendMsg(arg0 interface{}) error

SendMsg mocks base method

func (*MockBeaconChain_StreamBlocksServer) SetHeader

SetHeader mocks base method

func (*MockBeaconChain_StreamBlocksServer) SetTrailer

func (m *MockBeaconChain_StreamBlocksServer) SetTrailer(arg0 metadata.MD)

SetTrailer mocks base method

type MockBeaconChain_StreamBlocksServerMockRecorder

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

MockBeaconChain_StreamBlocksServerMockRecorder is the mock recorder for MockBeaconChain_StreamBlocksServer

func (*MockBeaconChain_StreamBlocksServerMockRecorder) Context

Context indicates an expected call of Context

func (*MockBeaconChain_StreamBlocksServerMockRecorder) RecvMsg

func (mr *MockBeaconChain_StreamBlocksServerMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg

func (*MockBeaconChain_StreamBlocksServerMockRecorder) Send

func (mr *MockBeaconChain_StreamBlocksServerMockRecorder) Send(arg0 interface{}) *gomock.Call

Send indicates an expected call of Send

func (*MockBeaconChain_StreamBlocksServerMockRecorder) SendHeader

func (mr *MockBeaconChain_StreamBlocksServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call

SendHeader indicates an expected call of SendHeader

func (*MockBeaconChain_StreamBlocksServerMockRecorder) SendMsg

func (mr *MockBeaconChain_StreamBlocksServerMockRecorder) SendMsg(arg0 interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg

func (*MockBeaconChain_StreamBlocksServerMockRecorder) SetHeader

func (mr *MockBeaconChain_StreamBlocksServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call

SetHeader indicates an expected call of SetHeader

func (*MockBeaconChain_StreamBlocksServerMockRecorder) SetTrailer

func (mr *MockBeaconChain_StreamBlocksServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call

SetTrailer indicates an expected call of SetTrailer

type MockBeaconChain_StreamChainHeadServer

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

MockBeaconChain_StreamChainHeadServer is a mock of BeaconChain_StreamChainHeadServer interface

func NewMockBeaconChain_StreamChainHeadServer

func NewMockBeaconChain_StreamChainHeadServer(ctrl *gomock.Controller) *MockBeaconChain_StreamChainHeadServer

NewMockBeaconChain_StreamChainHeadServer creates a new mock instance

func (*MockBeaconChain_StreamChainHeadServer) Context

Context mocks base method

func (*MockBeaconChain_StreamChainHeadServer) EXPECT

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

func (*MockBeaconChain_StreamChainHeadServer) RecvMsg

func (m *MockBeaconChain_StreamChainHeadServer) RecvMsg(arg0 interface{}) error

RecvMsg mocks base method

func (*MockBeaconChain_StreamChainHeadServer) Send

Send mocks base method

func (*MockBeaconChain_StreamChainHeadServer) SendHeader

SendHeader mocks base method

func (*MockBeaconChain_StreamChainHeadServer) SendMsg

func (m *MockBeaconChain_StreamChainHeadServer) SendMsg(arg0 interface{}) error

SendMsg mocks base method

func (*MockBeaconChain_StreamChainHeadServer) SetHeader

SetHeader mocks base method

func (*MockBeaconChain_StreamChainHeadServer) SetTrailer

SetTrailer mocks base method

type MockBeaconChain_StreamChainHeadServerMockRecorder

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

MockBeaconChain_StreamChainHeadServerMockRecorder is the mock recorder for MockBeaconChain_StreamChainHeadServer

func (*MockBeaconChain_StreamChainHeadServerMockRecorder) Context

Context indicates an expected call of Context

func (*MockBeaconChain_StreamChainHeadServerMockRecorder) RecvMsg

func (mr *MockBeaconChain_StreamChainHeadServerMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg

func (*MockBeaconChain_StreamChainHeadServerMockRecorder) Send

Send indicates an expected call of Send

func (*MockBeaconChain_StreamChainHeadServerMockRecorder) SendHeader

func (mr *MockBeaconChain_StreamChainHeadServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call

SendHeader indicates an expected call of SendHeader

func (*MockBeaconChain_StreamChainHeadServerMockRecorder) SendMsg

func (mr *MockBeaconChain_StreamChainHeadServerMockRecorder) SendMsg(arg0 interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg

func (*MockBeaconChain_StreamChainHeadServerMockRecorder) SetHeader

func (mr *MockBeaconChain_StreamChainHeadServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call

SetHeader indicates an expected call of SetHeader

func (*MockBeaconChain_StreamChainHeadServerMockRecorder) SetTrailer

func (mr *MockBeaconChain_StreamChainHeadServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call

SetTrailer indicates an expected call of SetTrailer

type MockBeaconChain_StreamIndexedAttestationsServer

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

MockBeaconChain_StreamIndexedAttestationsServer is a mock of BeaconChain_StreamIndexedAttestationsServer interface

func NewMockBeaconChain_StreamIndexedAttestationsServer

func NewMockBeaconChain_StreamIndexedAttestationsServer(ctrl *gomock.Controller) *MockBeaconChain_StreamIndexedAttestationsServer

NewMockBeaconChain_StreamIndexedAttestationsServer creates a new mock instance

func (*MockBeaconChain_StreamIndexedAttestationsServer) Context

Context mocks base method

func (*MockBeaconChain_StreamIndexedAttestationsServer) EXPECT

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

func (*MockBeaconChain_StreamIndexedAttestationsServer) RecvMsg

func (m *MockBeaconChain_StreamIndexedAttestationsServer) RecvMsg(arg0 interface{}) error

RecvMsg mocks base method

func (*MockBeaconChain_StreamIndexedAttestationsServer) Send

Send mocks base method

func (*MockBeaconChain_StreamIndexedAttestationsServer) SendHeader

SendHeader mocks base method

func (*MockBeaconChain_StreamIndexedAttestationsServer) SendMsg

func (m *MockBeaconChain_StreamIndexedAttestationsServer) SendMsg(arg0 interface{}) error

SendMsg mocks base method

func (*MockBeaconChain_StreamIndexedAttestationsServer) SetHeader

SetHeader mocks base method

func (*MockBeaconChain_StreamIndexedAttestationsServer) SetTrailer

SetTrailer mocks base method

type MockBeaconChain_StreamIndexedAttestationsServerMockRecorder

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

MockBeaconChain_StreamIndexedAttestationsServerMockRecorder is the mock recorder for MockBeaconChain_StreamIndexedAttestationsServer

func (*MockBeaconChain_StreamIndexedAttestationsServerMockRecorder) Context

Context indicates an expected call of Context

func (*MockBeaconChain_StreamIndexedAttestationsServerMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg

func (*MockBeaconChain_StreamIndexedAttestationsServerMockRecorder) Send

Send indicates an expected call of Send

func (*MockBeaconChain_StreamIndexedAttestationsServerMockRecorder) SendHeader

SendHeader indicates an expected call of SendHeader

func (*MockBeaconChain_StreamIndexedAttestationsServerMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg

func (*MockBeaconChain_StreamIndexedAttestationsServerMockRecorder) SetHeader

SetHeader indicates an expected call of SetHeader

func (*MockBeaconChain_StreamIndexedAttestationsServerMockRecorder) SetTrailer

SetTrailer indicates an expected call of SetTrailer

type MockBeaconChain_StreamValidatorsInfoServer

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

MockBeaconChain_StreamValidatorsInfoServer is a mock of BeaconChain_StreamValidatorsInfoServer interface

func NewMockBeaconChain_StreamValidatorsInfoServer

func NewMockBeaconChain_StreamValidatorsInfoServer(ctrl *gomock.Controller) *MockBeaconChain_StreamValidatorsInfoServer

NewMockBeaconChain_StreamValidatorsInfoServer creates a new mock instance

func (*MockBeaconChain_StreamValidatorsInfoServer) Context

Context mocks base method

func (*MockBeaconChain_StreamValidatorsInfoServer) EXPECT

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

func (*MockBeaconChain_StreamValidatorsInfoServer) Recv

Recv mocks base method

func (*MockBeaconChain_StreamValidatorsInfoServer) RecvMsg

func (m *MockBeaconChain_StreamValidatorsInfoServer) RecvMsg(arg0 interface{}) error

RecvMsg mocks base method

func (*MockBeaconChain_StreamValidatorsInfoServer) Send

Send mocks base method

func (*MockBeaconChain_StreamValidatorsInfoServer) SendHeader

SendHeader mocks base method

func (*MockBeaconChain_StreamValidatorsInfoServer) SendMsg

func (m *MockBeaconChain_StreamValidatorsInfoServer) SendMsg(arg0 interface{}) error

SendMsg mocks base method

func (*MockBeaconChain_StreamValidatorsInfoServer) SetHeader

SetHeader mocks base method

func (*MockBeaconChain_StreamValidatorsInfoServer) SetTrailer

SetTrailer mocks base method

type MockBeaconChain_StreamValidatorsInfoServerMockRecorder

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

MockBeaconChain_StreamValidatorsInfoServerMockRecorder is the mock recorder for MockBeaconChain_StreamValidatorsInfoServer

func (*MockBeaconChain_StreamValidatorsInfoServerMockRecorder) Context

Context indicates an expected call of Context

func (*MockBeaconChain_StreamValidatorsInfoServerMockRecorder) Recv

Recv indicates an expected call of Recv

func (*MockBeaconChain_StreamValidatorsInfoServerMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg

func (*MockBeaconChain_StreamValidatorsInfoServerMockRecorder) Send

Send indicates an expected call of Send

func (*MockBeaconChain_StreamValidatorsInfoServerMockRecorder) SendHeader

func (mr *MockBeaconChain_StreamValidatorsInfoServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call

SendHeader indicates an expected call of SendHeader

func (*MockBeaconChain_StreamValidatorsInfoServerMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg

func (*MockBeaconChain_StreamValidatorsInfoServerMockRecorder) SetHeader

func (mr *MockBeaconChain_StreamValidatorsInfoServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call

SetHeader indicates an expected call of SetHeader

func (*MockBeaconChain_StreamValidatorsInfoServerMockRecorder) SetTrailer

func (mr *MockBeaconChain_StreamValidatorsInfoServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call

SetTrailer indicates an expected call of SetTrailer

type MockBeaconNodeValidator_WaitForActivationServer

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

MockBeaconNodeValidator_WaitForActivationServer is a mock of BeaconNodeValidator_WaitForActivationServer interface

func NewMockBeaconNodeValidator_WaitForActivationServer

func NewMockBeaconNodeValidator_WaitForActivationServer(ctrl *gomock.Controller) *MockBeaconNodeValidator_WaitForActivationServer

NewMockBeaconNodeValidator_WaitForActivationServer creates a new mock instance

func (*MockBeaconNodeValidator_WaitForActivationServer) Context

Context mocks base method

func (*MockBeaconNodeValidator_WaitForActivationServer) EXPECT

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

func (*MockBeaconNodeValidator_WaitForActivationServer) RecvMsg

func (m *MockBeaconNodeValidator_WaitForActivationServer) RecvMsg(arg0 interface{}) error

RecvMsg mocks base method

func (*MockBeaconNodeValidator_WaitForActivationServer) Send

Send mocks base method

func (*MockBeaconNodeValidator_WaitForActivationServer) SendHeader

SendHeader mocks base method

func (*MockBeaconNodeValidator_WaitForActivationServer) SendMsg

func (m *MockBeaconNodeValidator_WaitForActivationServer) SendMsg(arg0 interface{}) error

SendMsg mocks base method

func (*MockBeaconNodeValidator_WaitForActivationServer) SetHeader

SetHeader mocks base method

func (*MockBeaconNodeValidator_WaitForActivationServer) SetTrailer

SetTrailer mocks base method

type MockBeaconNodeValidator_WaitForActivationServerMockRecorder

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

MockBeaconNodeValidator_WaitForActivationServerMockRecorder is the mock recorder for MockBeaconNodeValidator_WaitForActivationServer

func (*MockBeaconNodeValidator_WaitForActivationServerMockRecorder) Context

Context indicates an expected call of Context

func (*MockBeaconNodeValidator_WaitForActivationServerMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg

func (*MockBeaconNodeValidator_WaitForActivationServerMockRecorder) Send

Send indicates an expected call of Send

func (*MockBeaconNodeValidator_WaitForActivationServerMockRecorder) SendHeader

SendHeader indicates an expected call of SendHeader

func (*MockBeaconNodeValidator_WaitForActivationServerMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg

func (*MockBeaconNodeValidator_WaitForActivationServerMockRecorder) SetHeader

SetHeader indicates an expected call of SetHeader

func (*MockBeaconNodeValidator_WaitForActivationServerMockRecorder) SetTrailer

SetTrailer indicates an expected call of SetTrailer

type MockBeaconNodeValidator_WaitForChainStartServer

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

MockBeaconNodeValidator_WaitForChainStartServer is a mock of BeaconNodeValidator_WaitForChainStartServer interface

func NewMockBeaconNodeValidator_WaitForChainStartServer

func NewMockBeaconNodeValidator_WaitForChainStartServer(ctrl *gomock.Controller) *MockBeaconNodeValidator_WaitForChainStartServer

NewMockBeaconNodeValidator_WaitForChainStartServer creates a new mock instance

func (*MockBeaconNodeValidator_WaitForChainStartServer) Context

Context mocks base method

func (*MockBeaconNodeValidator_WaitForChainStartServer) EXPECT

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

func (*MockBeaconNodeValidator_WaitForChainStartServer) RecvMsg

func (m *MockBeaconNodeValidator_WaitForChainStartServer) RecvMsg(arg0 interface{}) error

RecvMsg mocks base method

func (*MockBeaconNodeValidator_WaitForChainStartServer) Send

Send mocks base method

func (*MockBeaconNodeValidator_WaitForChainStartServer) SendHeader

SendHeader mocks base method

func (*MockBeaconNodeValidator_WaitForChainStartServer) SendMsg

func (m *MockBeaconNodeValidator_WaitForChainStartServer) SendMsg(arg0 interface{}) error

SendMsg mocks base method

func (*MockBeaconNodeValidator_WaitForChainStartServer) SetHeader

SetHeader mocks base method

func (*MockBeaconNodeValidator_WaitForChainStartServer) SetTrailer

SetTrailer mocks base method

type MockBeaconNodeValidator_WaitForChainStartServerMockRecorder

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

MockBeaconNodeValidator_WaitForChainStartServerMockRecorder is the mock recorder for MockBeaconNodeValidator_WaitForChainStartServer

func (*MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) Context

Context indicates an expected call of Context

func (*MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg

func (*MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) Send

Send indicates an expected call of Send

func (*MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) SendHeader

SendHeader indicates an expected call of SendHeader

func (*MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg

func (*MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) SetHeader

SetHeader indicates an expected call of SetHeader

func (*MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) SetTrailer

SetTrailer indicates an expected call of SetTrailer

Jump to

Keyboard shortcuts

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