torc-master
|
Unit test for EncapsulatedInteger class. More...
#include <boost/test/unit_test.hpp>
#include <boost/cstdint.hpp>
#include <boost/integer_traits.hpp>
#include "torc/common/EncapsulatedInteger.hpp"
Go to the source code of this file.
Namespaces | |
torc | |
Implementation of class to encapsulate micro-bitstream library generation code. | |
torc::common | |
Macros | |
#define | STANDARD_ENCAPSULATED_INTEGER_BLOCK(TYPE) |
Standard macro to be used for each of the encapsulated integer types. More... | |
Functions | |
torc::common::BOOST_AUTO_TEST_CASE (EncapsulatedIntegerSizeUnitTest) | |
Unit test for standard integer sizes. More... | |
torc::common::BOOST_AUTO_TEST_CASE (EncapsulatedIntegerLimitsUnitTest) | |
Unit test for encapsulated integers. More... | |
Unit test for EncapsulatedInteger class.
Definition in file EncapsulatedIntegerUnitTest.cpp.
#define STANDARD_ENCAPSULATED_INTEGER_BLOCK | ( | TYPE | ) |
Standard macro to be used for each of the encapsulated integer types.
Definition at line 54 of file EncapsulatedIntegerUnitTest.cpp.