DTNMA Reference Tools v2.1.0 - 13.gc5c0bac
Delay-Tolerant Networking Management Architecture (DTNMA) Tool Suite
Loading...
Searching...
No Matches
test_amm_lookup.c File Reference
#include <cace/amm/lookup.h>
#include <cace/amm/semtype.h>
#include <cace/ari/text_util.h>
#include <cace/ari/cbor.h>
#include <cace/util/logging.h>
#include <unity.h>
+ Include dependency graph for test_amm_lookup.c:

Macros

#define TEST_CASE(...)
 

Functions

void suiteSetUp (void)
 
int suiteTearDown (int failures)
 
static void check_lookup (const char *inhex, int expect_cbor_decode, int expect_res)
 
void test_lookup_deref (const char *inhex, int expect_cbor_decode, int expect_res)
 

Variables

static cace_amm_obj_store_t store
 Object store for all test functions.
 

Macro Definition Documentation

◆ TEST_CASE

#define TEST_CASE (   ...)

Function Documentation

◆ check_lookup()

static void check_lookup ( const char *  inhex,
int  expect_cbor_decode,
int  expect_res 
)
static

◆ suiteSetUp()

◆ suiteTearDown()

int suiteTearDown ( int  failures)

◆ test_lookup_deref()

void test_lookup_deref ( const char *  inhex,
int  expect_cbor_decode,
int  expect_res 
)

References check_lookup().

Variable Documentation

◆ store