pion::test::config Struct Reference

#include <unit_test.hpp>

List of all members.

Static Public Attributes

static std::ofstream m_test_log_file
 xml log results output stream (needs to be global)

Detailed Description

config is intended for use as a global fixture. By including the following line in one source code file of a unit test project, the constructor will run once before the first test and the destructor will run once after the last test:

BOOST_GLOBAL_FIXTURE(pion::test::config);

Definition at line 209 of file unit_test.hpp.


The documentation for this struct was generated from the following file:

Generated on 16 Sep 2013 for pion by  doxygen 1.6.1