Monero
Loading...
Searching...
No Matches
unit_tests_utils.h File Reference
#include <atomic>
#include <boost/filesystem.hpp>
Include dependency graph for unit_tests_utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  unit_test::call_counter

Namespaces

namespace  unit_test

Macros

#define ASSERT_EQ_MAP(val, map, key)

Variables

boost::filesystem::path unit_test::data_dir

Macro Definition Documentation

◆ ASSERT_EQ_MAP

#define ASSERT_EQ_MAP ( val,
map,
key )
Value:
do { \
auto found = map.find(key); \
ASSERT_TRUE(found != map.end()); \
ASSERT_EQ(val, found->second); \
} while (false)
const char * key
Definition hmac_keccak.cpp:40