Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
FuzzTest Class Reference
Inheritance diagram for FuzzTest:
arithmetic::ArithmeticFuzzTest control_flow::ControlFlowFuzzTest execution_environment::ExecutionEnvironmentFuzzTest external_calls::ExternalCallsFuzzTest

Protected Member Functions

void SetUp () override
 
void TearDown () override
 
SimulatorResult simulate_with_default_tx (std::vector< uint8_t > &bytecode, std::vector< FF > calldata)
 

Protected Attributes

FuzzerContext context
 

Detailed Description

Definition at line 30 of file fuzz.test.cpp.

Member Function Documentation

◆ SetUp()

void FuzzTest::SetUp ( )
inlineoverrideprotected

Definition at line 32 of file fuzz.test.cpp.

◆ simulate_with_default_tx()

SimulatorResult FuzzTest::simulate_with_default_tx ( std::vector< uint8_t > &  bytecode,
std::vector< FF calldata 
)
inlineprotected

Definition at line 45 of file fuzz.test.cpp.

◆ TearDown()

void FuzzTest::TearDown ( )
inlineoverrideprotected

Definition at line 43 of file fuzz.test.cpp.

Member Data Documentation

◆ context

FuzzerContext FuzzTest::context
protected

Definition at line 65 of file fuzz.test.cpp.


The documentation for this class was generated from the following file: