|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/bbapi/bbapi_execute.hpp"#include "barretenberg/bbapi/bbapi_srs.hpp"#include "barretenberg/bbapi/c_bind.hpp"#include <gtest/gtest.h>#include <stdexcept>#include <string_view>Go to the source code of this file.
Functions | |
| TEST (CBind, CatchesExceptionAndReturnsErrorResponse) | |
| TEST (CBind, ValidOperationReturnsSuccess) | |
| TEST | ( | CBind | , |
| CatchesExceptionAndReturnsErrorResponse | |||
| ) |
Definition at line 13 of file c_bind_exception.test.cpp.
| TEST | ( | CBind | , |
| ValidOperationReturnsSuccess | |||
| ) |
Definition at line 43 of file c_bind_exception.test.cpp.