libjmmcg  release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
integer_power.cpp File Reference
#include "stdafx.h"
#include <boost/test/included/unit_test.hpp>
#include "core/integer_power.hpp"
Include dependency graph for integer_power.cpp:

Go to the source code of this file.

Macros

#define BOOST_TEST_MODULE   libjmmcg_tests
 

Functions

 BOOST_AUTO_TEST_CASE (two_pow_zero)
 
 BOOST_AUTO_TEST_CASE (two_pow_one)
 
 BOOST_AUTO_TEST_CASE (two_pow_two)
 
 BOOST_AUTO_TEST_CASE (two_pow_eight)
 
 BOOST_AUTO_TEST_CASE (two_pow_minus_one)
 
 BOOST_AUTO_TEST_CASE (two_pow_minus_two)
 

Macro Definition Documentation

◆ BOOST_TEST_MODULE

#define BOOST_TEST_MODULE   libjmmcg_tests

Definition at line 21 of file integer_power.cpp.

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/6]

BOOST_AUTO_TEST_CASE ( two_pow_eight  )

Definition at line 45 of file integer_power.cpp.

◆ BOOST_AUTO_TEST_CASE() [2/6]

BOOST_AUTO_TEST_CASE ( two_pow_minus_one  )

Definition at line 50 of file integer_power.cpp.

◆ BOOST_AUTO_TEST_CASE() [3/6]

BOOST_AUTO_TEST_CASE ( two_pow_minus_two  )

Definition at line 55 of file integer_power.cpp.

◆ BOOST_AUTO_TEST_CASE() [4/6]

BOOST_AUTO_TEST_CASE ( two_pow_one  )

Definition at line 35 of file integer_power.cpp.

◆ BOOST_AUTO_TEST_CASE() [5/6]

BOOST_AUTO_TEST_CASE ( two_pow_two  )

Definition at line 40 of file integer_power.cpp.

◆ BOOST_AUTO_TEST_CASE() [6/6]

BOOST_AUTO_TEST_CASE ( two_pow_zero  )

Definition at line 30 of file integer_power.cpp.