|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/bbapi/bbapi_handlers.hpp"#include "barretenberg/bbapi/bbapi_shared.hpp"#include "barretenberg/bbapi/generated/bb_dispatch.hpp"#include "barretenberg/bbapi/generated/bb_types.hpp"#include "barretenberg/serialize/msgpack.hpp"#include <gtest/gtest.h>#include <stdexcept>#include <string_view>#include <vector>Go to the source code of this file.
Functions | |
| TEST (CBind, CatchesExceptionAndReturnsErrorResponse) | |
| TEST (CBind, ValidOperationReturnsSuccess) | |
| TEST | ( | CBind | , |
| CatchesExceptionAndReturnsErrorResponse | |||
| ) |
Definition at line 54 of file c_bind_exception.test.cpp.
| TEST | ( | CBind | , |
| ValidOperationReturnsSuccess | |||
| ) |
Definition at line 71 of file c_bind_exception.test.cpp.