ifw-core  2.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
testConversion.cpp File Reference
#include <iostream>
#include "gtest/gtest.h"
#include "ctd/conversion/conversion.hpp"
#include "testConversionData.cpp"

Functions

 TEST (NbToStr, Normal)
 Unit test of ctd::conversion. More...
 
 TEST (DblToString, Normal)
 
 TEST (BoolToString, Normal)
 
 TEST (Boolean, Normal)
 
 TEST (Convert, Normal)
 
 TEST (Boolean, Failure)
 
int main (int argc, char **argv)
 

Function Documentation

int main ( int  argc,
char **  argv 
)
TEST ( NbToStr  ,
Normal   
)

Unit test of ctd::conversion.

TEST ( DblToString  ,
Normal   
)
TEST ( BoolToString  ,
Normal   
)
TEST ( Boolean  ,
Normal   
)
TEST ( Convert  ,
Normal   
)
Todo:
: The max value for uint64_t should be: #define ULLONG_MAX 18446744073709551615ULL (/usr/include/limits.h) This value renders the value for LLONG_MAX: #define LLONG_MAX 9223372036854775807LL Should be investigated. For now the value is set to something lower.
TEST ( Boolean  ,
Failure   
)