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
11
12namespace bb::avm2::simulation {
13
15 public:
16 // https://google.github.io/googletest/gmock_cook_book.html#making-the-compilation-faster
18 ~MockExecution() override;
19
21};
22
23} // 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