Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
tx_execution.test.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  bb
 Entry point for Barretenberg command-line interface.
 
namespace  bb::avm2
 
namespace  bb::avm2::simulation
 

Variable Documentation

◆ context_provider

NiceMock<MockContextProvider> context_provider
protected

Definition at line 27 of file tx_execution.test.cpp.

◆ execution

NiceMock<MockExecution> execution
protected

Definition at line 30 of file tx_execution.test.cpp.

◆ field_gt

NiceMock<MockFieldGreaterThan> field_gt
protected

Definition at line 31 of file tx_execution.test.cpp.

◆ merkle_db

NiceMock<MockHighLevelMerkleDB> merkle_db
protected

Definition at line 29 of file tx_execution.test.cpp.

◆ poseidon2

NiceMock<MockPoseidon2> poseidon2
protected

Definition at line 32 of file tx_execution.test.cpp.

◆ tx_event_emitter

EventEmitter<TxEvent> tx_event_emitter
protected

Definition at line 28 of file tx_execution.test.cpp.

◆ tx_execution

TxExecution tx_execution
protected
Initial value:
= TxExecution(execution,
NiceMock< MockHighLevelMerkleDB > merkle_db
NiceMock< MockFieldGreaterThan > field_gt
NiceMock< MockContextProvider > context_provider
NiceMock< MockExecution > execution
EventEmitter< TxEvent > tx_event_emitter
NiceMock< MockWrittenPublicDataSlotsTreeCheck > written_public_data_slots_tree_check

Definition at line 34 of file tx_execution.test.cpp.

◆ written_public_data_slots_tree_check

NiceMock<MockWrittenPublicDataSlotsTreeCheck> written_public_data_slots_tree_check
protected

Definition at line 33 of file tx_execution.test.cpp.