Wire Sysio Wire Sysion 1.0.0
|
#include <boost/test/included/unit_test.hpp>
#include <sysio/trace_api/abi_data_handler.hpp>
#include <sysio/trace_api/test_common.hpp>
Go to the source code of this file.
Macros | |
#define | BOOST_TEST_MODULE trace_data_handlers |
Functions | |
BOOST_AUTO_TEST_CASE (empty_data) | |
BOOST_AUTO_TEST_CASE (empty_data_v1) | |
BOOST_AUTO_TEST_CASE (no_abi) | |
BOOST_AUTO_TEST_CASE (no_abi_v1) | |
BOOST_AUTO_TEST_CASE (basic_abi) | |
BOOST_AUTO_TEST_CASE (basic_abi_v1) | |
BOOST_AUTO_TEST_CASE (basic_abi_wrong_type) | |
BOOST_AUTO_TEST_CASE (basic_abi_wrong_type_v1) | |
BOOST_AUTO_TEST_CASE (basic_abi_insufficient_data) | |
#define BOOST_TEST_MODULE trace_data_handlers |
Definition at line 1 of file test_data_handlers.cpp.
BOOST_AUTO_TEST_CASE | ( | basic_abi | ) |
Definition at line 71 of file test_data_handlers.cpp.
BOOST_AUTO_TEST_CASE | ( | basic_abi_insufficient_data | ) |
Definition at line 196 of file test_data_handlers.cpp.
BOOST_AUTO_TEST_CASE | ( | basic_abi_v1 | ) |
Definition at line 104 of file test_data_handlers.cpp.
BOOST_AUTO_TEST_CASE | ( | basic_abi_wrong_type | ) |
Definition at line 138 of file test_data_handlers.cpp.
BOOST_AUTO_TEST_CASE | ( | basic_abi_wrong_type_v1 | ) |
Definition at line 167 of file test_data_handlers.cpp.
BOOST_AUTO_TEST_CASE | ( | empty_data | ) |
Definition at line 13 of file test_data_handlers.cpp.
BOOST_AUTO_TEST_CASE | ( | empty_data_v1 | ) |
Definition at line 27 of file test_data_handlers.cpp.
BOOST_AUTO_TEST_CASE | ( | no_abi | ) |
Definition at line 42 of file test_data_handlers.cpp.
BOOST_AUTO_TEST_CASE | ( | no_abi_v1 | ) |
Definition at line 56 of file test_data_handlers.cpp.