|
DTNMA Reference Tools v2.1.0 - 13.gc5c0bac
Delay-Tolerant Networking Management Architecture (DTNMA) Tool Suite
|
Test the ari_algo.h interfaces. More...
#include <cace/ari/algo.h>#include <cace/ari/text_util.h>#include <cace/ari/cbor.h>#include <cace/util/logging.h>#include <cace/util/defs.h>#include <m-dict.h>#include <unity.h>
Include dependency graph for test_ari_algo.c:Macros | |
| #define | TEST_CASE(...) |
Functions | |
| void | suiteSetUp (void) |
| int | suiteTearDown (int failures) |
| void | test_ari_hash (void) |
| void | test_ari_cmp (void) |
| void | test_ari_equal (void) |
Variables | |
| static const char * | different_aris [] |
| A collection of unique ARIs in binary form for testing comparisons. | |
| static test_seen_ari_t | decode_cache |
| Cached decoding. | |
Test the ari_algo.h interfaces.
| #define TEST_CASE | ( | ... | ) |
| void suiteSetUp | ( | void | ) |
| int suiteTearDown | ( | int | failures | ) |
References cace_closelog(), and decode_cache.
| void test_ari_cmp | ( | void | ) |
| void test_ari_equal | ( | void | ) |
| void test_ari_hash | ( | void | ) |
|
static |
Cached decoding.
Referenced by suiteSetUp(), suiteTearDown(), test_ari_cmp(), test_ari_equal(), and test_ari_hash().
|
static |
A collection of unique ARIs in binary form for testing comparisons.
Referenced by suiteSetUp().