Namespaces | Macros | Functions
Testing.h File Reference
#include <boost/assert.hpp>

Go to the source code of this file.

Namespaces

 boost
 
 WireCell
 
 WireCell::Testing
 

Macros

#define BOOST_ENABLE_ASSERT_HANDLER   1
 
#define Assert   BOOST_ASSERT
 
#define AssertMsg   BOOST_ASSERT_MSG
 

Functions

void boost::assertion_failed (char const *expr, char const *function, char const *file, long line)
 
void boost::assertion_failed_msg (char const *expr, char const *msg, char const *function, char const *file, long line)
 
void WireCell::Testing::log (const char *argv0)
 

Macro Definition Documentation

#define Assert   BOOST_ASSERT

Definition at line 7 of file Testing.h.

#define AssertMsg   BOOST_ASSERT_MSG

Definition at line 8 of file Testing.h.

#define BOOST_ENABLE_ASSERT_HANDLER   1

Definition at line 4 of file Testing.h.