torc-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
EncapsulatedIntegerUnitTest.cpp File Reference

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"
+ Include dependency graph for EncapsulatedIntegerUnitTest.cpp:

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...
 

Detailed Description

Unit test for EncapsulatedInteger class.

Definition in file EncapsulatedIntegerUnitTest.cpp.

Macro Definition Documentation

#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.