Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
mock_execution.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <cstdint>
4#include <memory>
5#include <span>
6
7#include <gmock/gmock.h>
8
12
13namespace bb::avm2::simulation {
14
16 public:
17 // https://google.github.io/googletest/gmock_cook_book.html#making-the-compilation-faster
19 ~MockExecution() override;
20
22};
23
24} // namespace bb::avm2::simulation
virtual ExecutionResult execute(std::unique_ptr< ContextInterface > context)=0
MOCK_METHOD(ExecutionResult, execute,(std::unique_ptr< ContextInterface > context),(override))
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept
Definition tuple.hpp:13