libtenum
|
Go to the source code of this file.
Distributed under the Boost Software License, Version 1.0. See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt
Definition in file test_static_enum.cpp.
#define BOOST_TEST_MODULE tenum_static_enum_tests |
Definition at line 11 of file test_static_enum.cpp.
#define TENUM_USE_SHORTCUTS 1 |
Definition at line 8 of file test_static_enum.cpp.
BOOST_AUTO_TEST_CASE | ( | test_static_enum_from_int_explicit_serialization | ) |
Definition at line 44 of file test_static_enum.cpp.
BOOST_AUTO_TEST_CASE | ( | test_static_enum_integers_bitwise_xor_assign | ) |
Definition at line 216 of file test_static_enum.cpp.
BOOST_AUTO_TEST_CASE | ( | test_static_enum_integers_bitwise_or_assign | ) |
Definition at line 204 of file test_static_enum.cpp.
BOOST_AUTO_TEST_CASE | ( | test_static_enum_integers_bitwise_and_assign | ) |
Definition at line 192 of file test_static_enum.cpp.
BOOST_AUTO_TEST_CASE | ( | test_static_enum_integers_bitwise_xor | ) |
Definition at line 179 of file test_static_enum.cpp.
BOOST_AUTO_TEST_CASE | ( | test_static_enum_integers_bitwise_or | ) |
Definition at line 166 of file test_static_enum.cpp.
BOOST_AUTO_TEST_CASE | ( | test_static_enum_integers_bitwise_and | ) |
Definition at line 153 of file test_static_enum.cpp.
BOOST_AUTO_TEST_CASE | ( | test_static_enum_integers_neq | ) |
Definition at line 141 of file test_static_enum.cpp.
BOOST_AUTO_TEST_CASE | ( | test_static_enum_integers_eq | ) |
Definition at line 129 of file test_static_enum.cpp.
BOOST_AUTO_TEST_CASE | ( | test_static_enum_unknown_deserialization | ) |
Definition at line 115 of file test_static_enum.cpp.
BOOST_AUTO_TEST_CASE | ( | test_static_enum_empty_deserialization | ) |
Definition at line 101 of file test_static_enum.cpp.
BOOST_AUTO_TEST_CASE | ( | test_static_enum_unknown_integer_serialization | ) |
Definition at line 87 of file test_static_enum.cpp.
BOOST_AUTO_TEST_CASE | ( | test_static_enum_unknown_serialization | ) |
Definition at line 73 of file test_static_enum.cpp.
BOOST_AUTO_TEST_CASE | ( | test_static_enum_deserialization | ) |
Definition at line 58 of file test_static_enum.cpp.