#include <boost/test/unit_test.hpp>
#include <boost/thread/thread.hpp>
#include <iostream>
#include "RandomSignal.hpp"
#include "Sample.hpp"
Defines | |
#define | BOOST_TEST_MODULE RandomSignalTests |
Functions | |
BOOST_AUTO_TEST_CASE (test_create_delete) | |
BOOST_AUTO_TEST_CASE (test_create_open_delete) | |
BOOST_AUTO_TEST_CASE (test_create_open_fail_delete) | |
BOOST_AUTO_TEST_CASE (test_open_start_stop) | |
BOOST_AUTO_TEST_CASE (test_start_stop) | |
BOOST_AUTO_TEST_CASE (test_start_acquire_stop) | |
BOOST_AUTO_TEST_CASE (test_start_3x_acquire_stop) | |
BOOST_AUTO_TEST_CASE (test_start_3x_acquire_stop_stop) | |
BOOST_AUTO_TEST_CASE (test_start_delete) | |
Variables | |
uint8_t | mac [RandomSignal::MAC_ADDRESS_SIZE] = { 0x1, 0x2, 0x3, 0x4, 0x5, 0x6 } |
#define BOOST_TEST_MODULE RandomSignalTests |
BOOST_AUTO_TEST_CASE | ( | test_create_delete | ) |
BOOST_AUTO_TEST_CASE | ( | test_start_delete | ) |
BOOST_AUTO_TEST_CASE | ( | test_start_3x_acquire_stop_stop | ) |
BOOST_AUTO_TEST_CASE | ( | test_start_3x_acquire_stop | ) |
BOOST_AUTO_TEST_CASE | ( | test_start_acquire_stop | ) |
BOOST_AUTO_TEST_CASE | ( | test_start_stop | ) |
BOOST_AUTO_TEST_CASE | ( | test_open_start_stop | ) |
BOOST_AUTO_TEST_CASE | ( | test_create_open_fail_delete | ) |
BOOST_AUTO_TEST_CASE | ( | test_create_open_delete | ) |
uint8_t mac[RandomSignal::MAC_ADDRESS_SIZE] = { 0x1, 0x2, 0x3, 0x4, 0x5, 0x6 } |