|
Monero
|
#include "gtest/gtest.h"#include <cstdint>#include <vector>#include "cryptonote_basic/cryptonote_format_utils.h"
Macros | |
| #define | VEC_FROM_ARR(vec) |
Functions | |
| TEST_F (decompose_amount_into_digits_test, is_correct_0) | |
| TEST_F (decompose_amount_into_digits_test, is_correct_1) | |
| TEST_F (decompose_amount_into_digits_test, is_correct_2) | |
| TEST_F (decompose_amount_into_digits_test, is_correct_3) | |
| TEST_F (decompose_amount_into_digits_test, is_correct_4) | |
| TEST_F (decompose_amount_into_digits_test, is_correct_5) | |
| TEST_F (decompose_amount_into_digits_test, is_correct_6) | |
| #define VEC_FROM_ARR | ( | vec | ) |
| TEST_F | ( | decompose_amount_into_digits_test | , |
| is_correct_0 | ) |
| TEST_F | ( | decompose_amount_into_digits_test | , |
| is_correct_1 | ) |
| TEST_F | ( | decompose_amount_into_digits_test | , |
| is_correct_2 | ) |
| TEST_F | ( | decompose_amount_into_digits_test | , |
| is_correct_3 | ) |
| TEST_F | ( | decompose_amount_into_digits_test | , |
| is_correct_4 | ) |
| TEST_F | ( | decompose_amount_into_digits_test | , |
| is_correct_5 | ) |
| TEST_F | ( | decompose_amount_into_digits_test | , |
| is_correct_6 | ) |