PionNetworkLibrary
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
pion::test::config Struct Reference

#include <unit_test.hpp>

Collaboration diagram for pion::test::config:

Public Member Functions

 config ()
 
virtual ~config ()
 

Static Public Attributes

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

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);

Constructor & Destructor Documentation

pion::test::config::config ( )
inline
virtual pion::test::config::~config ( )
inlinevirtual

Member Data Documentation

std::ofstream pion::test::config::m_test_log_file
static

xml log results output stream (needs to be global)

Referenced by config().


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