mockinsecure

package
v0.27.1 Latest Latest
Warning

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

Go to latest
Published: Aug 3, 2022 License: AGPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AttackNetwork

type AttackNetwork struct {
	mock.Mock
}

AttackNetwork is an autogenerated mock type for the AttackNetwork type

func NewAttackNetwork added in v0.26.1

func NewAttackNetwork(t NewAttackNetworkT) *AttackNetwork

NewAttackNetwork creates a new instance of AttackNetwork. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*AttackNetwork) Done

func (_m *AttackNetwork) Done() <-chan struct{}

Done provides a mock function with given fields:

func (*AttackNetwork) Observe added in v0.27.0

func (_m *AttackNetwork) Observe(_a0 *insecure.Message)

Observe provides a mock function with given fields: _a0

func (*AttackNetwork) Ready

func (_m *AttackNetwork) Ready() <-chan struct{}

Ready provides a mock function with given fields:

func (*AttackNetwork) Send added in v0.25.2

func (_m *AttackNetwork) Send(_a0 *insecure.Event) error

Send provides a mock function with given fields: _a0

func (*AttackNetwork) Start

Start provides a mock function with given fields: _a0

type AttackOrchestrator

type AttackOrchestrator struct {
	mock.Mock
}

AttackOrchestrator is an autogenerated mock type for the AttackOrchestrator type

func NewAttackOrchestrator added in v0.26.1

func NewAttackOrchestrator(t NewAttackOrchestratorT) *AttackOrchestrator

NewAttackOrchestrator creates a new instance of AttackOrchestrator. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*AttackOrchestrator) HandleEventFromCorruptedNode

func (_m *AttackOrchestrator) HandleEventFromCorruptedNode(_a0 *insecure.Event) error

HandleEventFromCorruptedNode provides a mock function with given fields: _a0

func (*AttackOrchestrator) WithAttackNetwork added in v0.25.2

func (_m *AttackOrchestrator) WithAttackNetwork(_a0 insecure.AttackNetwork)

WithAttackNetwork provides a mock function with given fields: _a0

type Attacker_ObserveClient

type Attacker_ObserveClient struct {
	mock.Mock
}

Attacker_ObserveClient is an autogenerated mock type for the Attacker_ObserveClient type

func NewAttacker_ObserveClient added in v0.26.1

func NewAttacker_ObserveClient(t NewAttacker_ObserveClientT) *Attacker_ObserveClient

NewAttacker_ObserveClient creates a new instance of Attacker_ObserveClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*Attacker_ObserveClient) CloseAndRecv

func (_m *Attacker_ObserveClient) CloseAndRecv() (*emptypb.Empty, error)

CloseAndRecv provides a mock function with given fields:

func (*Attacker_ObserveClient) CloseSend

func (_m *Attacker_ObserveClient) CloseSend() error

CloseSend provides a mock function with given fields:

func (*Attacker_ObserveClient) Context

func (_m *Attacker_ObserveClient) Context() context.Context

Context provides a mock function with given fields:

func (*Attacker_ObserveClient) Header

func (_m *Attacker_ObserveClient) Header() (metadata.MD, error)

Header provides a mock function with given fields:

func (*Attacker_ObserveClient) RecvMsg

func (_m *Attacker_ObserveClient) RecvMsg(m interface{}) error

RecvMsg provides a mock function with given fields: m

func (*Attacker_ObserveClient) Send

Send provides a mock function with given fields: _a0

func (*Attacker_ObserveClient) SendMsg

func (_m *Attacker_ObserveClient) SendMsg(m interface{}) error

SendMsg provides a mock function with given fields: m

func (*Attacker_ObserveClient) Trailer

func (_m *Attacker_ObserveClient) Trailer() metadata.MD

Trailer provides a mock function with given fields:

type Attacker_ObserveServer

type Attacker_ObserveServer struct {
	mock.Mock
}

Attacker_ObserveServer is an autogenerated mock type for the Attacker_ObserveServer type

func NewAttacker_ObserveServer added in v0.26.1

func NewAttacker_ObserveServer(t NewAttacker_ObserveServerT) *Attacker_ObserveServer

NewAttacker_ObserveServer creates a new instance of Attacker_ObserveServer. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*Attacker_ObserveServer) Context

func (_m *Attacker_ObserveServer) Context() context.Context

Context provides a mock function with given fields:

func (*Attacker_ObserveServer) Recv

Recv provides a mock function with given fields:

func (*Attacker_ObserveServer) RecvMsg

func (_m *Attacker_ObserveServer) RecvMsg(m interface{}) error

RecvMsg provides a mock function with given fields: m

func (*Attacker_ObserveServer) SendAndClose

func (_m *Attacker_ObserveServer) SendAndClose(_a0 *emptypb.Empty) error

SendAndClose provides a mock function with given fields: _a0

func (*Attacker_ObserveServer) SendHeader

func (_m *Attacker_ObserveServer) SendHeader(_a0 metadata.MD) error

SendHeader provides a mock function with given fields: _a0

func (*Attacker_ObserveServer) SendMsg

func (_m *Attacker_ObserveServer) SendMsg(m interface{}) error

SendMsg provides a mock function with given fields: m

func (*Attacker_ObserveServer) SetHeader

func (_m *Attacker_ObserveServer) SetHeader(_a0 metadata.MD) error

SetHeader provides a mock function with given fields: _a0

func (*Attacker_ObserveServer) SetTrailer

func (_m *Attacker_ObserveServer) SetTrailer(_a0 metadata.MD)

SetTrailer provides a mock function with given fields: _a0

type ConduitController added in v0.25.2

type ConduitController struct {
	mock.Mock
}

ConduitController is an autogenerated mock type for the ConduitController type

func NewConduitController added in v0.26.1

func NewConduitController(t NewConduitControllerT) *ConduitController

NewConduitController creates a new instance of ConduitController. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*ConduitController) EngineClosingChannel added in v0.25.2

func (_m *ConduitController) EngineClosingChannel(_a0 channels.Channel) error

EngineClosingChannel provides a mock function with given fields: _a0

func (*ConduitController) HandleIncomingEvent added in v0.25.2

func (_m *ConduitController) HandleIncomingEvent(_a0 interface{}, _a1 channels.Channel, _a2 insecure.Protocol, _a3 uint32, _a4 ...flow.Identifier) error

HandleIncomingEvent provides a mock function with given fields: _a0, _a1, _a2, _a3, _a4

type ConduitMaster

type ConduitMaster struct {
	mock.Mock
}

ConduitMaster is an autogenerated mock type for the ConduitMaster type

func (*ConduitMaster) EngineClosingChannel

func (_m *ConduitMaster) EngineClosingChannel(_a0 network.Channel) error

EngineClosingChannel provides a mock function with given fields: _a0

func (*ConduitMaster) HandleIncomingEvent

func (_m *ConduitMaster) HandleIncomingEvent(_a0 interface{}, _a1 network.Channel, _a2 insecure.Protocol, _a3 uint32, _a4 ...flow.Identifier) error

HandleIncomingEvent provides a mock function with given fields: _a0, _a1, _a2, _a3, _a4

type CorruptedNodeConnection added in v0.25.2

type CorruptedNodeConnection struct {
	mock.Mock
}

CorruptedNodeConnection is an autogenerated mock type for the CorruptedNodeConnection type

func NewCorruptedNodeConnection added in v0.26.1

func NewCorruptedNodeConnection(t NewCorruptedNodeConnectionT) *CorruptedNodeConnection

NewCorruptedNodeConnection creates a new instance of CorruptedNodeConnection. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*CorruptedNodeConnection) CloseConnection added in v0.25.2

func (_m *CorruptedNodeConnection) CloseConnection() error

CloseConnection provides a mock function with given fields:

func (*CorruptedNodeConnection) SendMessage added in v0.25.2

func (_m *CorruptedNodeConnection) SendMessage(_a0 *insecure.Message) error

SendMessage provides a mock function with given fields: _a0

type CorruptedNodeConnector added in v0.25.2

type CorruptedNodeConnector struct {
	mock.Mock
}

CorruptedNodeConnector is an autogenerated mock type for the CorruptedNodeConnector type

func NewCorruptedNodeConnector added in v0.26.1

func NewCorruptedNodeConnector(t NewCorruptedNodeConnectorT) *CorruptedNodeConnector

NewCorruptedNodeConnector creates a new instance of CorruptedNodeConnector. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*CorruptedNodeConnector) Connect added in v0.25.2

Connect provides a mock function with given fields: _a0, _a1

func (*CorruptedNodeConnector) WithIncomingMessageHandler added in v0.27.0

func (_m *CorruptedNodeConnector) WithIncomingMessageHandler(_a0 func(*insecure.Message))

WithIncomingMessageHandler provides a mock function with given fields: _a0

type CorruptibleConduitFactoryClient

type CorruptibleConduitFactoryClient struct {
	mock.Mock
}

CorruptibleConduitFactoryClient is an autogenerated mock type for the CorruptibleConduitFactoryClient type

func NewCorruptibleConduitFactoryClient added in v0.26.1

func NewCorruptibleConduitFactoryClient(t NewCorruptibleConduitFactoryClientT) *CorruptibleConduitFactoryClient

NewCorruptibleConduitFactoryClient creates a new instance of CorruptibleConduitFactoryClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*CorruptibleConduitFactoryClient) ConnectAttacker added in v0.27.0

ConnectAttacker provides a mock function with given fields: ctx, in, opts

func (*CorruptibleConduitFactoryClient) ProcessAttackerMessage

ProcessAttackerMessage provides a mock function with given fields: ctx, opts

type CorruptibleConduitFactoryServer

type CorruptibleConduitFactoryServer struct {
	mock.Mock
}

CorruptibleConduitFactoryServer is an autogenerated mock type for the CorruptibleConduitFactoryServer type

func NewCorruptibleConduitFactoryServer added in v0.26.1

func NewCorruptibleConduitFactoryServer(t NewCorruptibleConduitFactoryServerT) *CorruptibleConduitFactoryServer

NewCorruptibleConduitFactoryServer creates a new instance of CorruptibleConduitFactoryServer. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*CorruptibleConduitFactoryServer) ConnectAttacker added in v0.27.0

ConnectAttacker provides a mock function with given fields: _a0, _a1

func (*CorruptibleConduitFactoryServer) ProcessAttackerMessage

ProcessAttackerMessage provides a mock function with given fields: _a0

type CorruptibleConduitFactory_ConnectAttackerClient added in v0.27.0

type CorruptibleConduitFactory_ConnectAttackerClient struct {
	mock.Mock
}

CorruptibleConduitFactory_ConnectAttackerClient is an autogenerated mock type for the CorruptibleConduitFactory_ConnectAttackerClient type

func NewCorruptibleConduitFactory_ConnectAttackerClient added in v0.27.0

NewCorruptibleConduitFactory_ConnectAttackerClient creates a new instance of CorruptibleConduitFactory_ConnectAttackerClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*CorruptibleConduitFactory_ConnectAttackerClient) CloseSend added in v0.27.0

CloseSend provides a mock function with given fields:

func (*CorruptibleConduitFactory_ConnectAttackerClient) Context added in v0.27.0

Context provides a mock function with given fields:

func (*CorruptibleConduitFactory_ConnectAttackerClient) Header added in v0.27.0

Header provides a mock function with given fields:

func (*CorruptibleConduitFactory_ConnectAttackerClient) Recv added in v0.27.0

Recv provides a mock function with given fields:

func (*CorruptibleConduitFactory_ConnectAttackerClient) RecvMsg added in v0.27.0

func (_m *CorruptibleConduitFactory_ConnectAttackerClient) RecvMsg(m interface{}) error

RecvMsg provides a mock function with given fields: m

func (*CorruptibleConduitFactory_ConnectAttackerClient) SendMsg added in v0.27.0

func (_m *CorruptibleConduitFactory_ConnectAttackerClient) SendMsg(m interface{}) error

SendMsg provides a mock function with given fields: m

func (*CorruptibleConduitFactory_ConnectAttackerClient) Trailer added in v0.27.0

Trailer provides a mock function with given fields:

type CorruptibleConduitFactory_ConnectAttackerServer added in v0.27.0

type CorruptibleConduitFactory_ConnectAttackerServer struct {
	mock.Mock
}

CorruptibleConduitFactory_ConnectAttackerServer is an autogenerated mock type for the CorruptibleConduitFactory_ConnectAttackerServer type

func NewCorruptibleConduitFactory_ConnectAttackerServer added in v0.27.0

NewCorruptibleConduitFactory_ConnectAttackerServer creates a new instance of CorruptibleConduitFactory_ConnectAttackerServer. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*CorruptibleConduitFactory_ConnectAttackerServer) Context added in v0.27.0

Context provides a mock function with given fields:

func (*CorruptibleConduitFactory_ConnectAttackerServer) RecvMsg added in v0.27.0

func (_m *CorruptibleConduitFactory_ConnectAttackerServer) RecvMsg(m interface{}) error

RecvMsg provides a mock function with given fields: m

func (*CorruptibleConduitFactory_ConnectAttackerServer) Send added in v0.27.0

Send provides a mock function with given fields: _a0

func (*CorruptibleConduitFactory_ConnectAttackerServer) SendHeader added in v0.27.0

SendHeader provides a mock function with given fields: _a0

func (*CorruptibleConduitFactory_ConnectAttackerServer) SendMsg added in v0.27.0

func (_m *CorruptibleConduitFactory_ConnectAttackerServer) SendMsg(m interface{}) error

SendMsg provides a mock function with given fields: m

func (*CorruptibleConduitFactory_ConnectAttackerServer) SetHeader added in v0.27.0

SetHeader provides a mock function with given fields: _a0

func (*CorruptibleConduitFactory_ConnectAttackerServer) SetTrailer added in v0.27.0

SetTrailer provides a mock function with given fields: _a0

type CorruptibleConduitFactory_ProcessAttackerMessageClient

type CorruptibleConduitFactory_ProcessAttackerMessageClient struct {
	mock.Mock
}

CorruptibleConduitFactory_ProcessAttackerMessageClient is an autogenerated mock type for the CorruptibleConduitFactory_ProcessAttackerMessageClient type

func NewCorruptibleConduitFactory_ProcessAttackerMessageClient added in v0.26.1

NewCorruptibleConduitFactory_ProcessAttackerMessageClient creates a new instance of CorruptibleConduitFactory_ProcessAttackerMessageClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*CorruptibleConduitFactory_ProcessAttackerMessageClient) CloseAndRecv

CloseAndRecv provides a mock function with given fields:

func (*CorruptibleConduitFactory_ProcessAttackerMessageClient) CloseSend

CloseSend provides a mock function with given fields:

func (*CorruptibleConduitFactory_ProcessAttackerMessageClient) Context

Context provides a mock function with given fields:

func (*CorruptibleConduitFactory_ProcessAttackerMessageClient) Header

Header provides a mock function with given fields:

func (*CorruptibleConduitFactory_ProcessAttackerMessageClient) RecvMsg

RecvMsg provides a mock function with given fields: m

func (*CorruptibleConduitFactory_ProcessAttackerMessageClient) Send

Send provides a mock function with given fields: _a0

func (*CorruptibleConduitFactory_ProcessAttackerMessageClient) SendMsg

SendMsg provides a mock function with given fields: m

func (*CorruptibleConduitFactory_ProcessAttackerMessageClient) Trailer

Trailer provides a mock function with given fields:

type CorruptibleConduitFactory_ProcessAttackerMessageServer

type CorruptibleConduitFactory_ProcessAttackerMessageServer struct {
	mock.Mock
}

CorruptibleConduitFactory_ProcessAttackerMessageServer is an autogenerated mock type for the CorruptibleConduitFactory_ProcessAttackerMessageServer type

func NewCorruptibleConduitFactory_ProcessAttackerMessageServer added in v0.26.1

NewCorruptibleConduitFactory_ProcessAttackerMessageServer creates a new instance of CorruptibleConduitFactory_ProcessAttackerMessageServer. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*CorruptibleConduitFactory_ProcessAttackerMessageServer) Context

Context provides a mock function with given fields:

func (*CorruptibleConduitFactory_ProcessAttackerMessageServer) Recv

Recv provides a mock function with given fields:

func (*CorruptibleConduitFactory_ProcessAttackerMessageServer) RecvMsg

RecvMsg provides a mock function with given fields: m

func (*CorruptibleConduitFactory_ProcessAttackerMessageServer) SendAndClose

SendAndClose provides a mock function with given fields: _a0

func (*CorruptibleConduitFactory_ProcessAttackerMessageServer) SendHeader

SendHeader provides a mock function with given fields: _a0

func (*CorruptibleConduitFactory_ProcessAttackerMessageServer) SendMsg

SendMsg provides a mock function with given fields: m

func (*CorruptibleConduitFactory_ProcessAttackerMessageServer) SetHeader

SetHeader provides a mock function with given fields: _a0

func (*CorruptibleConduitFactory_ProcessAttackerMessageServer) SetTrailer

SetTrailer provides a mock function with given fields: _a0

type NewAttackNetworkT added in v0.27.0

type NewAttackNetworkT interface {
	mock.TestingT
	Cleanup(func())
}

type NewAttackOrchestratorT added in v0.27.0

type NewAttackOrchestratorT interface {
	mock.TestingT
	Cleanup(func())
}

type NewAttacker_ObserveClientT added in v0.27.0

type NewAttacker_ObserveClientT interface {
	mock.TestingT
	Cleanup(func())
}

type NewAttacker_ObserveServerT added in v0.27.0

type NewAttacker_ObserveServerT interface {
	mock.TestingT
	Cleanup(func())
}

type NewConduitControllerT added in v0.27.0

type NewConduitControllerT interface {
	mock.TestingT
	Cleanup(func())
}

type NewCorruptedNodeConnectionT added in v0.27.0

type NewCorruptedNodeConnectionT interface {
	mock.TestingT
	Cleanup(func())
}

type NewCorruptedNodeConnectorT added in v0.27.0

type NewCorruptedNodeConnectorT interface {
	mock.TestingT
	Cleanup(func())
}

type NewCorruptibleConduitFactoryClientT added in v0.27.0

type NewCorruptibleConduitFactoryClientT interface {
	mock.TestingT
	Cleanup(func())
}

type NewCorruptibleConduitFactoryServerT added in v0.27.0

type NewCorruptibleConduitFactoryServerT interface {
	mock.TestingT
	Cleanup(func())
}

type NewCorruptibleConduitFactory_ConnectAttackerClientT added in v0.27.0

type NewCorruptibleConduitFactory_ConnectAttackerClientT interface {
	mock.TestingT
	Cleanup(func())
}

type NewCorruptibleConduitFactory_ConnectAttackerServerT added in v0.27.0

type NewCorruptibleConduitFactory_ConnectAttackerServerT interface {
	mock.TestingT
	Cleanup(func())
}

type NewCorruptibleConduitFactory_ProcessAttackerMessageClientT added in v0.27.0

type NewCorruptibleConduitFactory_ProcessAttackerMessageClientT interface {
	mock.TestingT
	Cleanup(func())
}

type NewCorruptibleConduitFactory_ProcessAttackerMessageServerT added in v0.27.0

type NewCorruptibleConduitFactory_ProcessAttackerMessageServerT interface {
	mock.TestingT
	Cleanup(func())
}

Jump to

Keyboard shortcuts

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