solinject  1.0.0
C++17 Dependency Injection header-only library
Defines.hpp File Reference
#include <assert.h>
Include dependency graph for Defines.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define solinject_assert(expression)   assert(expression)
 assert() macro, which is disabled in tests project.
 
#define solinject_req_assert(expression)   assert(expression)
 Required assert, which is disabled only when the assert() macro from assert.h is disabled.