Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
mock_gt.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <gmock/gmock.h>
4
8
9namespace bb::avm2::simulation {
10
12 public:
14 ~MockGreaterThan() override;
15
16 MOCK_METHOD(bool, gt, (const FF& a, const FF& b), (override));
17 MOCK_METHOD(bool, gt, (const uint128_t& a, const uint128_t& b), (override));
18 MOCK_METHOD(bool, gt, (const MemoryValue& a, const MemoryValue& b), (override));
19};
20
21} // namespace bb::avm2::simulation
MOCK_METHOD(bool, gt,(const uint128_t &a, const uint128_t &b),(override))
MOCK_METHOD(bool, gt,(const FF &a, const FF &b),(override))
MOCK_METHOD(bool, gt,(const MemoryValue &a, const MemoryValue &b),(override))
FF a
FF b
AvmFlavorSettings::FF FF
Definition field.hpp:10
unsigned __int128 uint128_t
Definition serialize.hpp:44