![]() |
Project
|
Go to the source code of this file.
Macros | |
#define | BOOST_TEST_MODULE error test |
#define | BOOST_TEST_MAIN |
#define | BOOST_TEST_DYN_LINK |
Functions | |
BOOST_AUTO_TEST_CASE (ErrorGroupConsistency) | |
BOOST_AUTO_TEST_CASE (ErrorTypeConsistency) | |
Variables | |
const std::map< ErrorGroup, uint8_t > | errorGroupIds |
expected ID of each error group | |
const std::map< ErrorType, uint32_t > | errorTypeIds |
expected ID of each error type | |
#define BOOST_TEST_DYN_LINK |
Definition at line 14 of file testError.cxx.
#define BOOST_TEST_MAIN |
Definition at line 13 of file testError.cxx.
#define BOOST_TEST_MODULE error test |
Definition at line 12 of file testError.cxx.
BOOST_AUTO_TEST_CASE | ( | ErrorGroupConsistency | ) |
Definition at line 45 of file testError.cxx.
BOOST_AUTO_TEST_CASE | ( | ErrorTypeConsistency | ) |
Definition at line 54 of file testError.cxx.
const std::map<ErrorGroup, uint8_t> errorGroupIds |
expected ID of each error group
Definition at line 26 of file testError.cxx.
const std::map<ErrorType, uint32_t> errorTypeIds |
expected ID of each error type
Definition at line 38 of file testError.cxx.