torc-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
UnitTestMain.cpp File Reference

Main function and test fixture declaration for Boost.Test. More...

#include <boost/test/unit_test.hpp>
#include "torc/common/DirectoryTree.hpp"
#include <iostream>
+ Include dependency graph for UnitTestMain.cpp:

Go to the source code of this file.

Data Structures

class  RegressionFilter
 Test suite visitor to disable regression tests. More...
 
class  DebugFilter
 Test suite visitor to disable tests for debugging. More...
 
struct  TestFixture
 Convenience test fixture struct to request desired logging level from Boost.Test. More...
 

Macros

#define BOOST_TEST_DYN_LINK
 Request dynamic linking of Boost.Test. More...
 
#define BOOST_TEST_MODULE   torc
 Define the top-level test module. More...
 

Functions

bool init_unit_test (void)
 Prototype for Boost.Test bool init_unit_test(void). More...
 

Detailed Description

Main function and test fixture declaration for Boost.Test.

Definition in file UnitTestMain.cpp.

Macro Definition Documentation

#define BOOST_TEST_DYN_LINK

Request dynamic linking of Boost.Test.

Definition at line 20 of file UnitTestMain.cpp.

#define BOOST_TEST_MODULE   torc

Define the top-level test module.

Definition at line 22 of file UnitTestMain.cpp.

Function Documentation

bool init_unit_test ( void  )

Prototype for Boost.Test bool init_unit_test(void).