COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <boost/test/unit_test.hpp>
#include <boost/iostreams/device/back_inserter.hpp>
#include <iostream>
#include "common/Log.hpp"
Go to the source code of this file.
Macros | |
#define | BOOST_TEST_DYN_LINK |
#define | BOOST_TEST_MODULE "Test module for CF log facility" |
Functions | |
BOOST_AUTO_TEST_CASE (openFiles) | |
BOOST_AUTO_TEST_CASE (FlushBuffer) | |
Demonstrate the need to flush after writing an atomic log message. More... | |
#define BOOST_TEST_DYN_LINK |
Definition at line 7 of file utest-log.cpp.
#define BOOST_TEST_MODULE "Test module for CF log facility" |
Definition at line 8 of file utest-log.cpp.
BOOST_AUTO_TEST_CASE | ( | openFiles | ) |
Definition at line 32 of file utest-log.cpp.
BOOST_AUTO_TEST_CASE | ( | FlushBuffer | ) |
Demonstrate the need to flush after writing an atomic log message.
Definition at line 54 of file utest-log.cpp.
Send comments to: COOLFluiD Web Admin |