Toolbox snapshot
The Reactive C++ Toolbox
Loading...
Searching...
No Matches
Functions
IntTypes.ut.cpp File Reference
#include "IntTypes.hpp"
#include <boost/test/unit_test.hpp>
#include <boost/lexical_cast.hpp>
Include dependency graph for IntTypes.ut.cpp:

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (IntAddAssignCase)
 
 BOOST_AUTO_TEST_CASE (IntSubAssignCase)
 
 BOOST_AUTO_TEST_CASE (IntMulAssignCase)
 
 BOOST_AUTO_TEST_CASE (IntDivAssignCase)
 
 BOOST_AUTO_TEST_CASE (IntModAssignCase)
 
 BOOST_AUTO_TEST_CASE (IntBitwiseAndAssignCase)
 
 BOOST_AUTO_TEST_CASE (IntBitwiseOrAssignCase)
 
 BOOST_AUTO_TEST_CASE (IntBitwiseXorAssignCase)
 
 BOOST_AUTO_TEST_CASE (IntLeftShiftAssignCase)
 
 BOOST_AUTO_TEST_CASE (IntRightShiftAssignCase)
 
 BOOST_AUTO_TEST_CASE (IntPreIncCase)
 
 BOOST_AUTO_TEST_CASE (IntPreDecCase)
 
 BOOST_AUTO_TEST_CASE (IntPostIncCase)
 
 BOOST_AUTO_TEST_CASE (IntPostDecCase)
 
 BOOST_AUTO_TEST_CASE (IntUnaryPlusCase)
 
 BOOST_AUTO_TEST_CASE (IntUnaryMinusCase)
 
 BOOST_AUTO_TEST_CASE (IntAddCase)
 
 BOOST_AUTO_TEST_CASE (IntSubCase)
 
 BOOST_AUTO_TEST_CASE (IntMulCase)
 
 BOOST_AUTO_TEST_CASE (IntDivCase)
 
 BOOST_AUTO_TEST_CASE (IntModCase)
 
 BOOST_AUTO_TEST_CASE (IntBitwiseNotCase)
 
 BOOST_AUTO_TEST_CASE (IntBitwiseAndCase)
 
 BOOST_AUTO_TEST_CASE (IntBitwiseOrCase)
 
 BOOST_AUTO_TEST_CASE (IntBitwiseXorCase)
 
 BOOST_AUTO_TEST_CASE (IntLeftShiftCase)
 
 BOOST_AUTO_TEST_CASE (IntRightShiftCase)
 
 BOOST_AUTO_TEST_CASE (IntEqualToCase)
 
 BOOST_AUTO_TEST_CASE (IntNotEqualToCase)
 
 BOOST_AUTO_TEST_CASE (IntLessThanCase)
 
 BOOST_AUTO_TEST_CASE (IntGreaterThanCase)
 
 BOOST_AUTO_TEST_CASE (IntLessThanOrEqualToCase)
 
 BOOST_AUTO_TEST_CASE (IntGreaterThanOrEqualToCase)
 
 BOOST_AUTO_TEST_CASE (IntInsertionCase)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/34]

BOOST_AUTO_TEST_CASE ( IntAddAssignCase  )

Definition at line 41 of file IntTypes.ut.cpp.

◆ BOOST_AUTO_TEST_CASE() [2/34]

BOOST_AUTO_TEST_CASE ( IntSubAssignCase  )

Definition at line 48 of file IntTypes.ut.cpp.

◆ BOOST_AUTO_TEST_CASE() [3/34]

BOOST_AUTO_TEST_CASE ( IntMulAssignCase  )

Definition at line 55 of file IntTypes.ut.cpp.

◆ BOOST_AUTO_TEST_CASE() [4/34]

BOOST_AUTO_TEST_CASE ( IntDivAssignCase  )

Definition at line 62 of file IntTypes.ut.cpp.

◆ BOOST_AUTO_TEST_CASE() [5/34]

BOOST_AUTO_TEST_CASE ( IntModAssignCase  )

Definition at line 69 of file IntTypes.ut.cpp.

◆ BOOST_AUTO_TEST_CASE() [6/34]

BOOST_AUTO_TEST_CASE ( IntBitwiseAndAssignCase  )

Definition at line 76 of file IntTypes.ut.cpp.

◆ BOOST_AUTO_TEST_CASE() [7/34]

BOOST_AUTO_TEST_CASE ( IntBitwiseOrAssignCase  )

Definition at line 86 of file IntTypes.ut.cpp.

◆ BOOST_AUTO_TEST_CASE() [8/34]

BOOST_AUTO_TEST_CASE ( IntBitwiseXorAssignCase  )

Definition at line 96 of file IntTypes.ut.cpp.

◆ BOOST_AUTO_TEST_CASE() [9/34]

BOOST_AUTO_TEST_CASE ( IntLeftShiftAssignCase  )

Definition at line 106 of file IntTypes.ut.cpp.

◆ BOOST_AUTO_TEST_CASE() [10/34]

BOOST_AUTO_TEST_CASE ( IntRightShiftAssignCase  )

Definition at line 115 of file IntTypes.ut.cpp.

◆ BOOST_AUTO_TEST_CASE() [11/34]

BOOST_AUTO_TEST_CASE ( IntPreIncCase  )

Definition at line 124 of file IntTypes.ut.cpp.

◆ BOOST_AUTO_TEST_CASE() [12/34]

BOOST_AUTO_TEST_CASE ( IntPreDecCase  )

Definition at line 131 of file IntTypes.ut.cpp.

◆ BOOST_AUTO_TEST_CASE() [13/34]

BOOST_AUTO_TEST_CASE ( IntPostIncCase  )

Definition at line 138 of file IntTypes.ut.cpp.

◆ BOOST_AUTO_TEST_CASE() [14/34]

BOOST_AUTO_TEST_CASE ( IntPostDecCase  )

Definition at line 145 of file IntTypes.ut.cpp.

◆ BOOST_AUTO_TEST_CASE() [15/34]

BOOST_AUTO_TEST_CASE ( IntUnaryPlusCase  )

Definition at line 152 of file IntTypes.ut.cpp.

◆ BOOST_AUTO_TEST_CASE() [16/34]

BOOST_AUTO_TEST_CASE ( IntUnaryMinusCase  )

Definition at line 158 of file IntTypes.ut.cpp.

◆ BOOST_AUTO_TEST_CASE() [17/34]

BOOST_AUTO_TEST_CASE ( IntAddCase  )

Definition at line 164 of file IntTypes.ut.cpp.

◆ BOOST_AUTO_TEST_CASE() [18/34]

BOOST_AUTO_TEST_CASE ( IntSubCase  )

Definition at line 170 of file IntTypes.ut.cpp.

◆ BOOST_AUTO_TEST_CASE() [19/34]

BOOST_AUTO_TEST_CASE ( IntMulCase  )

Definition at line 176 of file IntTypes.ut.cpp.

◆ BOOST_AUTO_TEST_CASE() [20/34]

BOOST_AUTO_TEST_CASE ( IntDivCase  )

Definition at line 182 of file IntTypes.ut.cpp.

◆ BOOST_AUTO_TEST_CASE() [21/34]

BOOST_AUTO_TEST_CASE ( IntModCase  )

Definition at line 188 of file IntTypes.ut.cpp.

◆ BOOST_AUTO_TEST_CASE() [22/34]

BOOST_AUTO_TEST_CASE ( IntBitwiseNotCase  )

Definition at line 194 of file IntTypes.ut.cpp.

◆ BOOST_AUTO_TEST_CASE() [23/34]

BOOST_AUTO_TEST_CASE ( IntBitwiseAndCase  )

Definition at line 200 of file IntTypes.ut.cpp.

◆ BOOST_AUTO_TEST_CASE() [24/34]

BOOST_AUTO_TEST_CASE ( IntBitwiseOrCase  )

Definition at line 209 of file IntTypes.ut.cpp.

◆ BOOST_AUTO_TEST_CASE() [25/34]

BOOST_AUTO_TEST_CASE ( IntBitwiseXorCase  )

Definition at line 218 of file IntTypes.ut.cpp.

◆ BOOST_AUTO_TEST_CASE() [26/34]

BOOST_AUTO_TEST_CASE ( IntLeftShiftCase  )

Definition at line 227 of file IntTypes.ut.cpp.

◆ BOOST_AUTO_TEST_CASE() [27/34]

BOOST_AUTO_TEST_CASE ( IntRightShiftCase  )

Definition at line 235 of file IntTypes.ut.cpp.

◆ BOOST_AUTO_TEST_CASE() [28/34]

BOOST_AUTO_TEST_CASE ( IntEqualToCase  )

Definition at line 243 of file IntTypes.ut.cpp.

◆ BOOST_AUTO_TEST_CASE() [29/34]

BOOST_AUTO_TEST_CASE ( IntNotEqualToCase  )

Definition at line 248 of file IntTypes.ut.cpp.

◆ BOOST_AUTO_TEST_CASE() [30/34]

BOOST_AUTO_TEST_CASE ( IntLessThanCase  )

Definition at line 253 of file IntTypes.ut.cpp.

◆ BOOST_AUTO_TEST_CASE() [31/34]

BOOST_AUTO_TEST_CASE ( IntGreaterThanCase  )

Definition at line 258 of file IntTypes.ut.cpp.

◆ BOOST_AUTO_TEST_CASE() [32/34]

BOOST_AUTO_TEST_CASE ( IntLessThanOrEqualToCase  )

Definition at line 263 of file IntTypes.ut.cpp.

◆ BOOST_AUTO_TEST_CASE() [33/34]

BOOST_AUTO_TEST_CASE ( IntGreaterThanOrEqualToCase  )

Definition at line 269 of file IntTypes.ut.cpp.

◆ BOOST_AUTO_TEST_CASE() [34/34]

BOOST_AUTO_TEST_CASE ( IntInsertionCase  )

Definition at line 275 of file IntTypes.ut.cpp.