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

Go to the source code of this file.

Macros

#define BOOST_TEST_MODULE   libjmmcg_tests
 

Typedefs

typedef boost::mpl::list< char[3], char[1024]> buffer_types
 

Functions

 BOOST_AUTO_TEST_CASE_TEMPLATE (zero, buffer_t, buffer_types)
 
 BOOST_AUTO_TEST_CASE_TEMPLATE (one, buffer_t, buffer_types)
 
 BOOST_AUTO_TEST_CASE_TEMPLATE (two, buffer_t, buffer_types)
 
 BOOST_AUTO_TEST_CASE_TEMPLATE (ten, buffer_t, buffer_types)
 
 BOOST_AUTO_TEST_CASE_TEMPLATE (fourty_two, buffer_t, buffer_types)
 
 BOOST_AUTO_TEST_CASE (zero)
 
 BOOST_AUTO_TEST_CASE (one)
 
 BOOST_AUTO_TEST_CASE (two)
 
 BOOST_AUTO_TEST_CASE (e)
 
 BOOST_AUTO_TEST_CASE (pi)
 
 BOOST_AUTO_TEST_CASE (ten)
 
 BOOST_AUTO_TEST_CASE (fourtytwo)
 

Macro Definition Documentation

◆ BOOST_TEST_MODULE

#define BOOST_TEST_MODULE   libjmmcg_tests

Definition at line 21 of file string_conversions.cpp.

Typedef Documentation

◆ buffer_types

typedef boost::mpl::list< char[3], char[1024]> buffer_types

Definition at line 33 of file string_conversions.cpp.

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/7]

BOOST_AUTO_TEST_CASE ( )

Definition at line 169 of file string_conversions.cpp.

◆ BOOST_AUTO_TEST_CASE() [2/7]

BOOST_AUTO_TEST_CASE ( fourtytwo  )

Definition at line 189 of file string_conversions.cpp.

◆ BOOST_AUTO_TEST_CASE() [3/7]

BOOST_AUTO_TEST_CASE ( one  )

Definition at line 137 of file string_conversions.cpp.

◆ BOOST_AUTO_TEST_CASE() [4/7]

BOOST_AUTO_TEST_CASE ( pi  )

Definition at line 175 of file string_conversions.cpp.

◆ BOOST_AUTO_TEST_CASE() [5/7]

BOOST_AUTO_TEST_CASE ( ten  )

Definition at line 181 of file string_conversions.cpp.

◆ BOOST_AUTO_TEST_CASE() [6/7]

BOOST_AUTO_TEST_CASE ( two  )

Definition at line 153 of file string_conversions.cpp.

◆ BOOST_AUTO_TEST_CASE() [7/7]

BOOST_AUTO_TEST_CASE ( zero  )

Definition at line 121 of file string_conversions.cpp.

◆ BOOST_AUTO_TEST_CASE_TEMPLATE() [1/5]

BOOST_AUTO_TEST_CASE_TEMPLATE ( fourty_two  ,
buffer_t  ,
buffer_types   
)

Definition at line 69 of file string_conversions.cpp.

◆ BOOST_AUTO_TEST_CASE_TEMPLATE() [2/5]

BOOST_AUTO_TEST_CASE_TEMPLATE ( one  ,
buffer_t  ,
buffer_types   
)

Definition at line 48 of file string_conversions.cpp.

◆ BOOST_AUTO_TEST_CASE_TEMPLATE() [3/5]

BOOST_AUTO_TEST_CASE_TEMPLATE ( ten  ,
buffer_t  ,
buffer_types   
)

Definition at line 62 of file string_conversions.cpp.

◆ BOOST_AUTO_TEST_CASE_TEMPLATE() [4/5]

BOOST_AUTO_TEST_CASE_TEMPLATE ( two  ,
buffer_t  ,
buffer_types   
)

Definition at line 55 of file string_conversions.cpp.

◆ BOOST_AUTO_TEST_CASE_TEMPLATE() [5/5]

BOOST_AUTO_TEST_CASE_TEMPLATE ( zero  ,
buffer_t  ,
buffer_types   
)

Definition at line 41 of file string_conversions.cpp.