#include "boost/test/unit_test.hpp"
#include "cetlib/ostream_handle.h"
#include <fstream>
#include <string>
Go to the source code of this file.
Macros | |
#define | BOOST_TEST_MODULE (ostream_handle test) |
Functions | |
BOOST_AUTO_TEST_CASE (observer) | |
BOOST_AUTO_TEST_CASE (owner) | |
BOOST_AUTO_TEST_CASE (observerThenOwner) | |
BOOST_AUTO_TEST_CASE (ownerThenObserver) | |
#define BOOST_TEST_MODULE (ostream_handle test) |
Definition at line 1 of file ostream_handle_test.cc.
BOOST_AUTO_TEST_CASE | ( | observer | ) |
Definition at line 26 of file ostream_handle_test.cc.
BOOST_AUTO_TEST_CASE | ( | owner | ) |
Definition at line 34 of file ostream_handle_test.cc.
BOOST_AUTO_TEST_CASE | ( | observerThenOwner | ) |
Definition at line 45 of file ostream_handle_test.cc.
BOOST_AUTO_TEST_CASE | ( | ownerThenObserver | ) |
Definition at line 60 of file ostream_handle_test.cc.