feisty meow concerns codebase  2.140
unit_base.cpp File Reference
Include dependency graph for unit_base.cpp:

Go to the source code of this file.

Namespaces

 unit_test
 Useful support functions for unit testing, especially within hoople.
 

Macros

#define BASE_LOG(s)   EMERGENCY_LOG(program_wide_logger::get(), s)
 

Functions

const char * unit_test::name_for_bools (bool bv)
 

Variables

const int unit_test::EXPECTED_MAXIMUM_TESTS = 10008
 maximum number of tests expected. More...
 
const char * unit_test::byte_array_phrase = "byte_array[%d]"
 

Macro Definition Documentation

◆ BASE_LOG

#define BASE_LOG (   s)    EMERGENCY_LOG(program_wide_logger::get(), s)

Definition at line 33 of file unit_base.cpp.