PionNetworkLibrary
|
#include <unit_test.hpp>
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... | |
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);
|
inline |
References m_test_log_file, PION_GET_LOGGER, PION_LOG_CONFIG_BASIC, and PION_LOG_SETLEVEL_WARN.
|
inlinevirtual |
|
static |
xml log results output stream (needs to be global)
Referenced by config().