#include "boost/test/tools/output_test_stream.hpp"
#include "boost/test/unit_test.hpp"
#include "canvas/Utilities/TypeID.h"
#include <iostream>
#include <string>
Go to the source code of this file.
#define BOOST_TEST_MODULE (TypeID_t) |
BOOST_AUTO_TEST_CASE |
( |
TypeID_equality_val |
| ) |
|
Definition at line 17 of file TypeID_t.cc.
23 BOOST_TEST(!(id1 < id2));
24 BOOST_TEST(!(id2 < id1));
26 BOOST_TEST(id1 == id2);
BOOST_AUTO_TEST_CASE |
( |
TypeID_copy_val |
| ) |
|
Definition at line 34 of file TypeID_t.cc.
40 BOOST_TEST(!(id1 < id3));
41 BOOST_TEST(!(id3 < id1));
43 BOOST_TEST(id1 == id3);
char const * name() const
BOOST_AUTO_TEST_CASE |
( |
TypeID_type |
| ) |
|
Definition at line 50 of file TypeID_t.cc.
55 boost::test_tools::output_test_stream os;
57 BOOST_TEST(id1 != id2);
60 BOOST_TEST(os.is_equal(
"arttest::empty"));
64 BOOST_TEST(os.is_equal(
"arttest::also_empty"));