Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
mock_class_id_derivation.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <gmock/gmock.h>
4
6
7namespace bb::avm2::simulation {
8
10 public:
11 // https://google.github.io/googletest/gmock_cook_book.html#making-the-compilation-faster
14
15 MOCK_METHOD(void, assert_derivation, (const ContractClassId& class_id, const ContractClass& klass), (override));
16};
17
18} // namespace bb::avm2::simulation
virtual void assert_derivation(const ContractClassId &class_id, const ContractClass &klass)=0
MOCK_METHOD(void, assert_derivation,(const ContractClassId &class_id, const ContractClass &klass),(override))
FF ContractClassId