|
UltrafastSecp256k1 3.50.0
Ultra high-performance secp256k1 elliptic curve cryptography library
|
#include <test_framework.hpp>
Public Member Functions | |
| uint32_t | total () const |
| bool | all_pass () const |
| void | merge (const TestCounters &other) |
Public Attributes | |
| uint32_t | passed = 0 |
| uint32_t | failed = 0 |
| uint32_t | skipped = 0 |
Definition at line 102 of file test_framework.hpp.
|
inline |
Definition at line 108 of file test_framework.hpp.
References failed.
|
inline |
Definition at line 110 of file test_framework.hpp.
|
inline |
Definition at line 107 of file test_framework.hpp.
| uint32_t secp256k1::test::TestCounters::failed = 0 |
Definition at line 104 of file test_framework.hpp.
Referenced by all_pass(), merge(), and total().
| uint32_t secp256k1::test::TestCounters::passed = 0 |
Definition at line 103 of file test_framework.hpp.
| uint32_t secp256k1::test::TestCounters::skipped = 0 |
Definition at line 105 of file test_framework.hpp.