#include <mock_execution_components.hpp>
|
| MockExecutionComponentsProvider () |
|
| ~MockExecutionComponentsProvider () override |
|
| MOCK_METHOD (std::unique_ptr< AddressingInterface >, make_addressing,(AddressingEvent &event),(override)) |
|
| MOCK_METHOD (std::unique_ptr< GasTrackerInterface >, make_gas_tracker,(GasEvent &gas_event, const Instruction &instruction, ContextInterface &context),(override)) |
|
virtual | ~ExecutionComponentsProviderInterface ()=default |
|
virtual std::unique_ptr< AddressingInterface > | make_addressing (AddressingEvent &event)=0 |
|
virtual std::unique_ptr< GasTrackerInterface > | make_gas_tracker (GasEvent &gas_event, const Instruction &instruction, ContextInterface &context)=0 |
|
◆ MockExecutionComponentsProvider()
bb::avm2::simulation::MockExecutionComponentsProvider::MockExecutionComponentsProvider |
( |
| ) |
|
|
default |
◆ ~MockExecutionComponentsProvider()
bb::avm2::simulation::MockExecutionComponentsProvider::~MockExecutionComponentsProvider |
( |
| ) |
|
|
overridedefault |
◆ MOCK_METHOD() [1/2]
◆ MOCK_METHOD() [2/2]
The documentation for this class was generated from the following files: